diff options
| author | Christian <zerov83@gmail.com> | 2016-03-09 07:17:04 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-03-09 07:17:04 +0100 |
| commit | 36e3c6837bb338faf61fffd6888bdca2354a1bbc (patch) | |
| tree | ba3e84986ba8dc1b7fed7e71f144e918af96a97c /playlist.cpp | |
| parent | e63b1337cb98ddfa136de78628f5048b682276ff (diff) | |
| download | vdr-plugin-plex-36e3c6837bb338faf61fffd6888bdca2354a1bbc.tar.gz vdr-plugin-plex-36e3c6837bb338faf61fffd6888bdca2354a1bbc.tar.bz2 | |
Skindesigner "DetailView" in development,
pushed missing files.
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) +{ +} + +} + |
