From 09614b8c48fcdd6bee8bf31d2383b245db65acc4 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Sun, 20 Dec 2015 02:36:01 +0300 Subject: [PATCH] seeding fix --- .idea/workspace.xml | 108 ++++++++++++++++++++++---------------------- Anteoloader.py | 10 ++-- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 57f1bf5..8b822c1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -183,8 +183,8 @@ - - + + @@ -194,26 +194,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -505,8 +505,8 @@ @@ -820,12 +820,6 @@ - - + + @@ -1805,26 +1805,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/Anteoloader.py b/Anteoloader.py index 4b82161..4a6dd8f 100644 --- a/Anteoloader.py +++ b/Anteoloader.py @@ -272,12 +272,12 @@ class AnteoPlayer(xbmc.Player): clearStorage(self.userStorageDirectory) else: #if self.seeding_status: - showMessage(self.localize('Information'), - self.localize('Torrent is seeding. To stop it use Download Status.'), forced=True) + #showMessage(self.localize('Information'), + # self.localize('Torrent is seeding. To stop it use Download Status.'), forced=True) #else: - # #if self.seeding: self.db_delete() - # showMessage(self.localize('Information'), - # self.localize('Torrent downloading is stopped.'), forced=True) + #if self.seeding: self.db_delete() + showMessage(self.localize('Information'), + self.localize('Torrent downloading is stopped.'), forced=True) def __exit__(self): log('on __exit__')