CC-2562 : Allow users to convert linked files into watched directories
This commit is contained in:
parent
0b5e3a54b4
commit
96284a2a44
3 changed files with 15 additions and 5 deletions
|
@ -507,6 +507,7 @@ class StoredFile {
|
|||
}
|
||||
else if (isset($p_filepath)) {
|
||||
$path_info = MusicDir::splitFilePath($p_filepath);
|
||||
|
||||
if (is_null($path_info)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue