CC-2514:New airtime-import script

- initial commit.
This commit is contained in:
james 2011-07-08 17:14:01 -04:00
parent ba4733ceb6
commit c0a68e20c2
5 changed files with 287 additions and 0 deletions

View file

@ -109,6 +109,7 @@ class MusicDir {
public static function setStorDir($p_dir)
{
$dir = self::getStorDir();
// we need to check if p_dir is in watched list
$dir->setDirectory($p_dir);
}