Browse Source

drop some debugging..

[git-p4: depot-paths = "//depot/": change = 829]
v0.3
John-Mark Gurney 18 years ago
parent
commit
bb23c79b89
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      shoutcast.py

+ 0
- 2
shoutcast.py View File

@@ -262,7 +262,6 @@ class ShoutStation(AudioItem):

class ShoutGenre(MusicGenre):
def __init__(self, *args, **kwargs):
log.msg('shoutcast genre created')
self.genre = kwargs['genre']
del kwargs['genre']
self.feeds = ShoutcastFeedAsync(self.genre)
@@ -372,7 +371,6 @@ class ShoutCast(Container):
def detectshoutcastfile(path, fobj):
path = os.path.basename(path)
if path == 'SHOUTcast Radio':
log.msg('matched shoutcast')
return ShoutCast, { }
return None, None



Loading…
Cancel
Save