CC-3581: Calendar->It should not be possible to change the duration for

the recorded show

- fixed
This commit is contained in:
James 2012-04-04 16:26:28 -04:00
parent ab7da1ce90
commit cde8e07c0b
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ class Application_Model_MusicDir {
$dirs = CcMusicDirsQuery::create()
->filterByType(array("watched", "stor"))
->filterByExists(true)
->filterByWatched(true)
->find();
foreach($dirs as $dir) {