CC-4248: Playlist Builder: 'Something went wrong' error message when dragging playlist into playlist

-included webstreams in the allowance type list in the error message
This commit is contained in:
denise 2012-09-04 11:29:23 -04:00
parent 0755933ccd
commit 15f750eca5
2 changed files with 4 additions and 3 deletions

View file

@ -155,7 +155,7 @@ class PlaylistController extends Zend_Controller_Action
private function wrongTypeToPlaylist($obj)
{
$this->view->error = "You can only add tracks and smart blocks to playlists.";
$this->view->error = "You can only add tracks, smart blocks, and webstreams to playlists.";
$this->createFullResponse($obj);
}