]> git.parisson.com Git - deefuzzer.git/commitdiff
Remove channel url in station name
authorFrançois LASSERRE <choiz@me.com>
Wed, 6 Aug 2014 09:39:54 +0000 (11:39 +0200)
committerFrançois LASSERRE <choiz@me.com>
Wed, 6 Aug 2014 09:39:54 +0000 (11:39 +0200)
deefuzzer/station.py

index 0c8fa774bab5a20d65381b73d6aaeb5e1ba0b598..95d00516c7b584b0efda2e12d2c2bd49113757ce 100644 (file)
@@ -116,7 +116,7 @@ class Station(Thread):
             sys.exit('Not a compatible server type. Choose "stream-m" or "icecast".')
 
         self.channel.url = self.station['infos']['url']
-        self.channel.name = self.station['infos']['name'] + ' : ' + self.channel.url
+        self.channel.name = self.station['infos']['name']
         self.channel.genre = self.station['infos']['genre']
         self.channel.description = self.station['infos']['description']
         self.channel.format = self.media_format