hadle streams in playlist properly

This commit is contained in:
unK
2008-09-17 19:42:00 +02:00
parent bcd977849c
commit 022bf9781e
4 changed files with 14 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ class Song
void GetEmptyFields(bool get) { itsGetEmptyFields = get; }
void Clear();
bool Empty() const;
bool IsStream() const { return isStream; }
Song & operator=(const Song &);
bool operator==(const Song &) const;