mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-28 19:14:15 +00:00
Make sure playerCache variable is initalised on enable
This commit is contained in:
parent
7efa151157
commit
a775d258e9
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ public class Plex extends PlexPlugin implements PlexApiProvider
|
|||
mongoConnection = new MongoConnection();
|
||||
redisConnection = new RedisConnection();
|
||||
|
||||
playerCache = new PlayerCache();
|
||||
|
||||
system = config.getString("system");
|
||||
|
||||
PlexLog.log("Attempting to connect to DB: {0}", plugin.config.getString("data.central.db"));
|
||||
|
|
Loading…
Reference in a new issue