CC-84: Smart Playlists
- changed name of 'block' to 'smart playlist' on UI only
This commit is contained in:
parent
3df0f2d26e
commit
a828c46d32
4 changed files with 13 additions and 9 deletions
|
@ -759,7 +759,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
ignoreRightClick: true,
|
||||
items: {
|
||||
"sp": {name: "New Playlist", callback: AIRTIME.playlist.fnNew},
|
||||
"sb": {name: "New Smart Block", callback: AIRTIME.playlist.fnNewBlock}
|
||||
"sb": {name: "New Smart Playlist", callback: AIRTIME.playlist.fnNewBlock}
|
||||
}
|
||||
});
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue