mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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
|
||||
public void onSuccess(boolean isScanning, long count) {
|
||||
if (isScanning) getScanStatus();
|
||||
else
|
||||
findPreference("scan_library").setSummary("Scanning: counting " + count + " tracks");
|
||||
getScanStatus();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue