mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-15 20:56:13 +00:00
Add optional rotten tomatoes option
This commit is contained in:
parent
a4ba5ef712
commit
52192ce123
3 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue