Covers: Use serial for cover image names when selected individually

This commit is contained in:
TheTechnician27 2024-07-16 08:34:56 -05:00 committed by Ty
parent 09b2b6f949
commit f943bdad98
1 changed files with 1 additions and 1 deletions

View File

@ -2664,7 +2664,7 @@ void MainWindow::setGameListEntryCoverImage(const GameList::Entry* entry)
return;
const QString old_filename = QString::fromStdString(GameList::GetCoverImagePathForEntry(entry));
const QString new_filename = QString::fromStdString(GameList::GetNewCoverImagePathForEntry(entry, filename.toUtf8().constData()));
const QString new_filename = QString::fromStdString(GameList::GetNewCoverImagePathForEntry(entry, filename.toUtf8().constData(), true));
if (new_filename.isEmpty())
return;