Merge pull request #3289 from andersonvom/fix-broken-build

Remove non-existing class from ClientConfig
This commit is contained in:
H. Lehmann 2019-07-24 14:05:29 +02:00 committed by GitHub
commit c5ed5efc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ public class ClientConfig {
}
PodDBAdapter.init(context);
UserPreferences.init(context);
UpdateManager.init(context);
PlaybackPreferences.init(context);
NetworkUtils.init(context);
SleepTimerPreferences.init(context);