Fix typos

This commit is contained in:
Jonas Kvinge
2022-08-28 02:44:37 +02:00
parent d15d64eb67
commit d97b0478a7
32 changed files with 51 additions and 51 deletions

View File

@@ -36,7 +36,7 @@ class SongPlaylistItem : public PlaylistItem {
explicit SongPlaylistItem(const Song &song);
// Restores a stream- or file-related playlist item using query row.
// If it's a file related playlist item, this will restore it's CUE attributes (if any) but won't parse the CUE!
// If it's a file related playlist item, this will restore its CUE attributes (if any) but won't parse the CUE!
bool InitFromQuery(const SqlRow &query) override;
void Reload() override;