mpd: Item: do not wrap Song in shared_ptr
This commit is contained in:
@@ -168,7 +168,7 @@ private:
|
||||
|
||||
struct Item
|
||||
{
|
||||
std::shared_ptr<Song> song;
|
||||
Song song;
|
||||
ItemType type;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user