mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-28 09:38:52 +01:00
Removed Windows compile error.
This commit is contained in:
parent
603c34fb2f
commit
1cdd206b0c
@ -562,7 +562,7 @@ void CollectionInfoBuilder::updateLastPlayedPlaylist(CollectionInfo *info, Item
|
||||
if(ERROR_ALREADY_EXISTS != GetLastError())
|
||||
{
|
||||
Logger::write(Logger::ZONE_WARNING, "Collection", "Could not create directory " + dir);
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user