Skip to content

Commit

Permalink
Make sure the cache is cleared at first run
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Feb 20, 2014
1 parent af945d5 commit 3e5d0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/site-packages/xbmctorrent/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@plugin.route("/cmd/install")
def firstrun():
clear_cache()
plugin.notify("Please review your settings.")
plugin.open_settings()

Expand Down

0 comments on commit 3e5d0c7

Please sign in to comment.