mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-23 22:20:51 +01:00
TagReaderTagParser: Return false from SaveSongPlaycountToFile
This commit is contained in:
parent
af0c6f9233
commit
628cdff4fa
@ -423,7 +423,7 @@ bool TagReaderTagParser::SaveEmbeddedArt(const QString &filename, const QByteArr
|
||||
|
||||
}
|
||||
|
||||
bool TagReaderTagParser::SaveSongPlaycountToFile(const QString&, const spb::tagreader::SongMetadata&) const {}
|
||||
bool TagReaderTagParser::SaveSongPlaycountToFile(const QString&, const spb::tagreader::SongMetadata&) const { return false; }
|
||||
|
||||
bool TagReaderTagParser::SaveSongRatingToFile(const QString &filename, const spb::tagreader::SongMetadata &song) const {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user