mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Scan library now return continuous updates
This commit is contained in:
parent
d7d52253ff
commit
a54ba3ddaf
1 changed files with 1 additions and 3 deletions
|
|
@ -82,9 +82,7 @@ public class SettingsFragment extends PreferenceFragmentCompat {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onSuccess(boolean isScanning, long count) {
|
public void onSuccess(boolean isScanning, long count) {
|
||||||
if (isScanning) getScanStatus();
|
getScanStatus();
|
||||||
else
|
|
||||||
findPreference("scan_library").setSummary("Scanning: counting " + count + " tracks");
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue