CC-4184: Playlist Builder : Error alert for trying to add Web Stream to Smart Playlist
- fixed
This commit is contained in:
parent
d473190a8c
commit
c1cc1c8fba
|
@ -138,7 +138,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (aMediaIds.length > 0) {
|
||||
AIRTIME.playlist.fnAddItems(aMediaIds, undefined, 'after');
|
||||
} else {
|
||||
alert('You cannot add playlists to smart playlists');
|
||||
alert('You can only add tracks to smart playlists.');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue