diff options
Diffstat (limited to 'playlist.cpp')
-rw-r--r-- | playlist.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/playlist.cpp b/playlist.cpp new file mode 100644 index 0000000..4162591 --- /dev/null +++ b/playlist.cpp @@ -0,0 +1,11 @@ +#include "playlist.h" + +namespace plexclient +{ + +Playlist::Playlist(Poco::XML::Node* pNode, MediaContainer* parent) +{ +} + +} + |