Working on moving playlist details over to AdapterManager

This commit is contained in:
Sumner Evans
2020-04-18 20:39:03 -06:00
parent b7f5543339
commit 6bda8eeca4
13 changed files with 230 additions and 224 deletions

View File

@@ -268,8 +268,8 @@ class CacheManager(metaclass=Singleton):
@staticmethod
def shutdown():
CacheManager.should_exit = True
logging.info('CacheManager shutdown start')
CacheManager.should_exit = True
CacheManager.executor.shutdown()
CacheManager._instance.save_cache_info()
logging.info('CacheManager shutdown complete')