Add optional rotten tomatoes option

This commit is contained in:
angelblue05 2018-12-02 01:37:54 -06:00
parent a4ba5ef712
commit 52192ce123
3 changed files with 8 additions and 0 deletions

View file

@ -118,6 +118,9 @@ def library_check():
'''
def decorator(func):
def wrapper(self, item, *args, **kwargs):
''' TODO: Rethink this one... songs and albums cannot be found by library. expensive.
'''
from database import get_sync
if kwargs.get('library') is None: