Fix path fetching for Tracks.

This commit is contained in:
Joshua Strobl 2021-06-29 12:57:52 +03:00
parent 44e4564f1c
commit 269f422b63
3 changed files with 15 additions and 12 deletions

View file

@ -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;
}