mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-03-03 06:47:30 +00:00
Update plex.py with plex db cache size information
This commit is contained in:
parent
f38f73791f
commit
299f165d11
1 changed files with 2 additions and 0 deletions
|
@ -445,6 +445,8 @@ class Plex(Library):
|
|||
logger.info(f"Running on {self.PlexServer.platform} version {self.PlexServer.platformVersion}")
|
||||
pp_str = f"PlexPass: {self.PlexServer.myPlexSubscription}"
|
||||
srv_settings = self.PlexServer.settings
|
||||
db_cache = srv_settings.get("DatabaseCachesize")
|
||||
logger.info(f"Plex DB cache setting = {db_cache}")
|
||||
uc_str = f"Unknown update channel."
|
||||
if srv_settings.get("butlerUpdateChannel").value == '16':
|
||||
uc_str = f"Public update channel."
|
||||
|
|
Loading…
Add table
Reference in a new issue