The branch, gotham has been updated
       via  2590d4e02bcf887c4d67185f6d32bee2ee11e251 (commit)
      from  152f0cb54ad0479a055442f82cf7453b3050cebf (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=2590d4e02bcf887c4d67185f6d32bee2ee11e251

commit 2590d4e02bcf887c4d67185f6d32bee2ee11e251
Author: Martijn Kaijser <[email protected]>
Date:   Tue Jun 10 11:47:11 2014 +0200

    [plugin.audio.abradio.cz] 3.0.1

diff --git a/plugin.audio.abradio.cz/addon.xml 
b/plugin.audio.abradio.cz/addon.xml
index a0f4618..68ffc37 100644
--- a/plugin.audio.abradio.cz/addon.xml
+++ b/plugin.audio.abradio.cz/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.abradio.cz"
        name="abradio.cz"
-       version="3.0.0"
+       version="3.0.1"
        provider-name="Libor Zoubek">
   <requires>
     <import addon="xbmc.python" version="2.14.0"/>
diff --git a/plugin.audio.abradio.cz/changelog.txt 
b/plugin.audio.abradio.cz/changelog.txt
index c0035d2..71a84e3 100644
--- a/plugin.audio.abradio.cz/changelog.txt
+++ b/plugin.audio.abradio.cz/changelog.txt
@@ -1,3 +1,5 @@
+[B]3.0.1:[/B]
+- indentation fix by lgelo (station list was not being downloaded at all)
 [B]3.0.0:[/B]
 - version bump for gotham
 [B]2.0.1:[/B]
diff --git a/plugin.audio.abradio.cz/default.py 
b/plugin.audio.abradio.cz/default.py
index 83be2f8..77b4d8b 100644
--- a/plugin.audio.abradio.cz/default.py
+++ b/plugin.audio.abradio.cz/default.py
@@ -110,9 +110,9 @@ def get_data():
         # update local station file when it becomes 1day old
         if (time.time() - os.path.getctime(local)) > (3600*24):
             download_stationfile(local)
-        else:
-            download_stationfile(local)
-        return ET.parse(local)
+    else:
+        download_stationfile(local)
+    return ET.parse(local)
 
 def list_categories():
     tree = get_data()

-----------------------------------------------------------------------

Summary of changes:
 plugin.audio.abradio.cz/addon.xml     |    2 +-
 plugin.audio.abradio.cz/changelog.txt |    2 ++
 plugin.audio.abradio.cz/default.py    |    6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to