summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-03-09 07:17:04 +0100
committerChristian <zerov83@gmail.com>2016-03-09 07:17:04 +0100
commit36e3c6837bb338faf61fffd6888bdca2354a1bbc (patch)
treeba3e84986ba8dc1b7fed7e71f144e918af96a97c /playlist.h
parente63b1337cb98ddfa136de78628f5048b682276ff (diff)
downloadvdr-plugin-plex-36e3c6837bb338faf61fffd6888bdca2354a1bbc.tar.gz
vdr-plugin-plex-36e3c6837bb338faf61fffd6888bdca2354a1bbc.tar.bz2
Skindesigner "DetailView" in development,
pushed missing files.
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
new file mode 100644
index 0000000..6363949
--- /dev/null
+++ b/playlist.h
@@ -0,0 +1,19 @@
+#ifndef PLAYLIST_H
+#define PLAYLIST_H
+
+#include "XmlObject.h" // Base class: plexclient::XmlObject
+#include "MediaContainer.h"
+
+namespace plexclient
+{
+
+class Playlist : private plexclient::XmlObject
+{
+public:
+ Playlist(Poco::XML::Node* pNode, MediaContainer* parent);
+
+};
+
+}
+
+#endif // PLAYLIST_H