CC-4184: Playlist Builder : Error alert for trying to add Web Stream to Smart Playlist

- fixed
This commit is contained in:
James 2012-08-17 10:55:42 -04:00
parent d473190a8c
commit c1cc1c8fba
1 changed files with 1 additions and 1 deletions

View File

@ -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.');
}
});