diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index 91d0dc0..34f99c2 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -709,7 +709,7 @@ def AddSubscriptions(oc, uid, offset=None): def Search(query=None, title=L('Search'), s_type='video', offset=0, **kwargs): - if not query: + if not query and not kwargs: return NoContents() is_video = s_type == 'video' diff --git a/Contents/Info.plist b/Contents/Info.plist index 82d5520..2f3947a 100644 --- a/Contents/Info.plist +++ b/Contents/Info.plist @@ -14,7 +14,7 @@ CFBundleSignature hook CFBundleVersion - 2.6 + 2.7 PlexPluginVersionUrl https://api.github.com/repos/kolsys/YouTubeTV.bundle/releases/latest