mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-01-02 03:50:37 -06:00
duplicates fix
This commit is contained in:
Submodule MediaServiceCore updated: 645b54ff5b...7acf38a96d
@@ -25,8 +25,8 @@ public class RunOnInstallReceiver extends BroadcastReceiver {
|
||||
Log.d(TAG, "Synchronizing database");
|
||||
|
||||
if (Helpers.isATVChannelsSupported(context) || Helpers.isATVRecommendationsSupported(context)) {
|
||||
//SynchronizeDatabaseWorker.schedule(context);
|
||||
SynchronizeDatabaseJobService.schedule(context);
|
||||
SynchronizeDatabaseWorker.schedule(context);
|
||||
//SynchronizeDatabaseJobService.schedule(context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user