AudioAddict: make HISTORY an instance variable
This commit is contained in:
parent
4e38e4803e
commit
5c158c3179
1 changed files with 1 additions and 2 deletions
|
|
@ -122,11 +122,10 @@ class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
|||
default='h')
|
||||
)
|
||||
|
||||
HISTORY = {}
|
||||
|
||||
def __init__(self, *a, **kw):
|
||||
super(AudioAddictBackend, self).__init__(*a, **kw)
|
||||
self.RADIOS = {}
|
||||
self.HISTORY = {}
|
||||
|
||||
def _get_tracks_history(self, network):
|
||||
self._fetch_radio_list()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue