DetachedSong: fork of struct Song
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#include "Idle.hxx"
|
||||
|
||||
void
|
||||
Instance::DeleteSong(const Song &song)
|
||||
Instance::DeleteSong(const char *uri)
|
||||
{
|
||||
partition->DeleteSong(song);
|
||||
partition->DeleteSong(uri);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user