Disable non working metadata for now
This commit is contained in:
@@ -3,6 +3,7 @@ from .main import MediaBrowser
|
||||
def start():
|
||||
return MediaBrowser()
|
||||
|
||||
"""
|
||||
config = [{
|
||||
'name': 'mediabrowser',
|
||||
'groups': [
|
||||
@@ -37,3 +38,4 @@ config = [{
|
||||
},
|
||||
],
|
||||
}]
|
||||
"""
|
||||
|
||||
@@ -3,6 +3,7 @@ from .main import SonyPS3
|
||||
def start():
|
||||
return SonyPS3()
|
||||
|
||||
"""
|
||||
config = [{
|
||||
'name': 'sonyps3',
|
||||
'groups': [
|
||||
@@ -27,3 +28,4 @@ config = [{
|
||||
},
|
||||
],
|
||||
}]
|
||||
"""
|
||||
|
||||
@@ -2,7 +2,7 @@ from .main import WDTV
|
||||
|
||||
def start():
|
||||
return WDTV()
|
||||
|
||||
"""
|
||||
config = [{
|
||||
'name': 'wdtv',
|
||||
'groups': [
|
||||
@@ -27,3 +27,4 @@ config = [{
|
||||
},
|
||||
],
|
||||
}]
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user