Skip to content

Commit

Permalink
Navrácení automatické přihlášení k odběru při přidání jedné položky
Browse files Browse the repository at this point in the history
+ fixs accourding to landscape
  • Loading branch information
zbyna committed Jan 9, 2017
1 parent 8bc648e commit ae3bc0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions default.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# *
# */

import sys
import xbmcaddon
import xbmcutil
import util
Expand Down
1 change: 0 additions & 1 deletion resources/lib/myPlayer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: UTF-8 -*-
import xbmc
import xbmcgui
import json
import time
from datetime import datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/sutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def run_custom(self, params):
xbmc.executebuiltin('Container.Refresh')
return False
if params['action'] == 'add-to-library':
if self.add_item(params):
if self.add_item(params, addToSubscription=True):
xbmc.executebuiltin('Container.Refresh')
return True
xbmc.executebuiltin('Container.Refresh')
Expand Down

0 comments on commit ae3bc0a

Please sign in to comment.