Fix path fetching for Tracks.
This commit is contained in:
parent
44e4564f1c
commit
269f422b63
3 changed files with 15 additions and 12 deletions
|
@ -361,7 +361,7 @@ void koto_library_set_storage_uuid(
|
|||
}
|
||||
|
||||
if (g_mount_is_shadowed(mount)) { // Is shadowed and should not use
|
||||
g_message("This mount is considered \"shadowed\" and will not be used.");
|
||||
g_warning("This mount is considered \"shadowed\" and will not be used.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue