DetachedSong: allow LoadFile(), Update() to throw
This commit is contained in:
@@ -96,7 +96,7 @@ DatabaseDetachSong(gcc_unused const Database &db,
|
||||
}
|
||||
|
||||
bool
|
||||
DetachedSong::LoadFile(Path path) noexcept
|
||||
DetachedSong::LoadFile(Path path)
|
||||
{
|
||||
if (path.ToUTF8() == uri1) {
|
||||
SetTag(MakeTag1a());
|
||||
|
Reference in New Issue
Block a user