Skip to content

Commit

Permalink
bugfix for livetv resume bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Apr 3, 2015
1 parent 7dbac3e commit 40b4a45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__common__.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,7 @@ def saveLiveTv(currentService):

global liveTv

if liveTv is None:
liveTv = currentService
liveTv = currentService

printl2("", "__common__::saveLiveTv", "C")

Expand Down

0 comments on commit 40b4a45

Please sign in to comment.