parent
77ebfa93d3
commit
d8c663ef7a
1 changed files with 4 additions and 4 deletions
|
@ -104,28 +104,28 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
"media": "tracks",
|
"media": "tracks",
|
||||||
"icon": "icon-music",
|
"icon": "icon-music",
|
||||||
"subtext": "Click 'Upload' to add some now.",
|
"subtext": "Click 'Upload' to add some now.",
|
||||||
"href": "http://sourcefabric.booktype.pro/airtime-pro-for-broadcasters/add-media/"
|
"href": "http://libretime.org/manual/add-media/"
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.PLAYLIST:
|
case mod.MediaTypeIntegerEnum.PLAYLIST:
|
||||||
return {
|
return {
|
||||||
"media": "playlists",
|
"media": "playlists",
|
||||||
"icon": "icon-list",
|
"icon": "icon-list",
|
||||||
"subtext": "Click 'New' to create one now.",
|
"subtext": "Click 'New' to create one now.",
|
||||||
"href": "http://sourcefabric.booktype.pro/airtime-pro-for-broadcasters/library/"
|
"href": "http://libretime.org/manual/library/"
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.BLOCK:
|
case mod.MediaTypeIntegerEnum.BLOCK:
|
||||||
return {
|
return {
|
||||||
"media": "smart blocks",
|
"media": "smart blocks",
|
||||||
"icon": "icon-time",
|
"icon": "icon-time",
|
||||||
"subtext": "Click 'New' to create one now.",
|
"subtext": "Click 'New' to create one now.",
|
||||||
"href": "http://sourcefabric.booktype.pro/airtime-pro-for-broadcasters/library/"
|
"href": "http://libretime.org/manual/library/"
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.WEBSTREAM:
|
case mod.MediaTypeIntegerEnum.WEBSTREAM:
|
||||||
return {
|
return {
|
||||||
"media": "webstreams",
|
"media": "webstreams",
|
||||||
"icon": "icon-random",
|
"icon": "icon-random",
|
||||||
"subtext": "Click 'New' to create one now.",
|
"subtext": "Click 'New' to create one now.",
|
||||||
"href": "http://sourcefabric.booktype.pro/airtime-pro-for-broadcasters/library/"
|
"href": "http://libretime.org/manual/library/"
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.PODCAST:
|
case mod.MediaTypeIntegerEnum.PODCAST:
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue