Skip to content

Commit

Permalink
- Fix related videos
Browse files Browse the repository at this point in the history
  • Loading branch information
KOL committed May 30, 2015
1 parent 44bf874 commit 699e4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundleSignature</key>
<string>hook</string>
<key>CFBundleVersion</key>
<string>2.6</string>
<string>2.7</string>

<key>PlexPluginVersionUrl</key>
<string>https://api.github.com/repos/kolsys/YouTubeTV.bundle/releases/latest</string>
Expand Down

0 comments on commit 699e4c7

Please sign in to comment.