CC-3581: Calendar->It should not be possible to change the duration for
the recorded show - fixed
This commit is contained in:
parent
ab7da1ce90
commit
cde8e07c0b
|
@ -368,6 +368,7 @@ class Application_Model_MusicDir {
|
|||
$dirs = CcMusicDirsQuery::create()
|
||||
->filterByType(array("watched", "stor"))
|
||||
->filterByExists(true)
|
||||
->filterByWatched(true)
|
||||
->find();
|
||||
|
||||
foreach($dirs as $dir) {
|
||||
|
|
Loading…
Reference in New Issue