mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Make sure playerCache variable is initalised on enable
This commit is contained in:
parent
7efa151157
commit
a775d258e9
@ -125,6 +125,8 @@ public class Plex extends PlexPlugin implements PlexApiProvider
|
|||||||
mongoConnection = new MongoConnection();
|
mongoConnection = new MongoConnection();
|
||||||
redisConnection = new RedisConnection();
|
redisConnection = new RedisConnection();
|
||||||
|
|
||||||
|
playerCache = new PlayerCache();
|
||||||
|
|
||||||
system = config.getString("system");
|
system = config.getString("system");
|
||||||
|
|
||||||
PlexLog.log("Attempting to connect to DB: {0}", plugin.config.getString("data.central.db"));
|
PlexLog.log("Attempting to connect to DB: {0}", plugin.config.getString("data.central.db"));
|
||||||
|
Loading…
Reference in New Issue
Block a user