Fix typos
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user