diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 8e6ea76..57f1bf5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,6 @@
-
@@ -184,8 +183,8 @@
-
-
+
+
@@ -195,26 +194,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -301,10 +300,10 @@
-
+
-
+
@@ -335,22 +334,22 @@
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -493,7 +492,6 @@
-
@@ -508,14 +506,15 @@
+
-
-
-
-
+
+
+
+
@@ -542,7 +541,7 @@
-
+
@@ -639,7 +638,7 @@
-
+
@@ -821,18 +820,6 @@
1420801533300
-
- 1437496683560
-
-
- 1437496683561
-
-
- 1437512658131
-
-
- 1437512658132
-
1437665002965
@@ -1115,24 +1102,36 @@
1450525487061
-
+
+ 1450528759305
+
+
+ 1450528759306
+
+
+ 1450568106773
+
+
+ 1450568106773
+
+
-
+
-
+
+
-
+
-
@@ -1162,7 +1161,6 @@
-
@@ -1181,7 +1179,8 @@
-
+
+
@@ -1471,25 +1470,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1616,38 +1596,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1793,10 +1741,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -1806,26 +1805,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Anteoloader.py b/Anteoloader.py
index 9812e32..4b82161 100644
--- a/Anteoloader.py
+++ b/Anteoloader.py
@@ -271,13 +271,13 @@ class AnteoPlayer(xbmc.Player):
xbmc.sleep(1000)
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)
- else:
- if self.seeding: self.db_delete()
- showMessage(self.localize('Information'),
- self.localize('Torrent downloading is stopped.'), forced=True)
+ #if self.seeding_status:
+ 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)
def __exit__(self):
log('on __exit__')