Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
337e5fec8a
12 changed files with 36 additions and 33 deletions
|
@ -138,7 +138,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (aMediaIds.length > 0) {
|
||||
AIRTIME.playlist.fnAddItems(aMediaIds, undefined, 'after');
|
||||
} else {
|
||||
alert('You can only add tracks to smart playlists.');
|
||||
alert('You can only add tracks to smart blocks.');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -547,7 +547,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
.append('<option value="0">All</option>')
|
||||
.append('<option value="1">Files</option>')
|
||||
.append('<option value="2">Playlists</option>')
|
||||
.append('<option value="3">Smart Playlists</option>')
|
||||
.append('<option value="3">Smart Blocks</option>')
|
||||
.append('<option value="4">Web Streams</option>')
|
||||
.end()
|
||||
.change(function(ev){
|
||||
|
|
|
@ -355,7 +355,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
setCueEvents();
|
||||
setFadeEvents();
|
||||
|
||||
// functions in smart_playlistbuilder.js
|
||||
// functions in smart_blockbuilder.js
|
||||
setupUI();
|
||||
appendAddButton();
|
||||
appendModAddButton();
|
||||
|
@ -909,7 +909,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
ignoreRightClick: true,
|
||||
items: {
|
||||
"sp": {name: "New Playlist", callback: AIRTIME.playlist.fnNew},
|
||||
"sb": {name: "New Smart Playlist", callback: AIRTIME.playlist.fnNewBlock},
|
||||
"sb": {name: "New Smart Block", callback: AIRTIME.playlist.fnNewBlock},
|
||||
"ws": {name: "New Webstream", callback: AIRTIME.playlist.fnWsNew}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue