Playlist*, Queue: use GetDatabase() overload without Error
Don't use IgnoreError() when there's an overload that does not try to give us one.
This commit is contained in:
@@ -114,7 +114,7 @@ queue_load_song(TextFile &file, const char *line, queue &queue)
|
||||
if (uri_has_scheme(uri)) {
|
||||
song = Song::NewRemote(uri);
|
||||
} else {
|
||||
db = GetDatabase(IgnoreError());
|
||||
db = GetDatabase();
|
||||
if (db == nullptr)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user