summaryrefslogtreecommitdiff
path: root/core/src/play/java
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-07-23 20:46:44 +0200
committerByteHamster <info@bytehamster.com>2019-07-23 21:22:27 +0200
commite2cf363cc442b5032111f256eb432fffbf954c86 (patch)
tree9e482fccf749ffaa4bd378ba5a8aace980070cbc /core/src/play/java
parent0e1cac909807a75517a7536f5c9189c3a7cc7d5f (diff)
downloadAntennaPod-e2cf363cc442b5032111f256eb432fffbf954c86.zip
Make ExoPlayer the default player
Diffstat (limited to 'core/src/play/java')
-rw-r--r--core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java b/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java
index d3c517d68..862fe23f5 100644
--- a/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java
+++ b/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java
@@ -41,7 +41,6 @@ public class ClientConfig {
}
PodDBAdapter.init(context);
UserPreferences.init(context);
- UpdateManager.init(context);
PlaybackPreferences.init(context);
NetworkUtils.init(context);
CastManager.init(context);