Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [171f2c6583]:

To Artifact [5e95ab01e2]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# bookmarks channel.


from config import *
from channels import *


class history:

    # plugin attributes
    module = __name__
    meta = plugin_meta()
    
    # store
    bm = None


    # hook up to main tab







|


|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# bookmarks channel.


from config import *
from channels import *


class history (object):

    # plugin attributes
    module = 'history'
    meta = plugin_meta()
    
    # store
    bm = None


    # hook up to main tab