Removed Windows compile error.

This commit is contained in:
Pieter Hulshoff 2019-04-20 00:25:03 +02:00
parent 603c34fb2f
commit 1cdd206b0c

View File

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