summaryrefslogtreecommitdiff
path: root/MediaContainer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-01-17 22:42:08 +0100
committerchriszero <zerov83@gmail.com>2015-01-17 22:42:08 +0100
commitd3777dd6bcb11ceea85eca91e670d7872ba7b1ea (patch)
tree0f105aa75321c5c83a17c0c9338fb2534f61fc38 /MediaContainer.h
parentadc0c699c19b0389b899230a73f3ab635bcdc5c3 (diff)
downloadvdr-plugin-plex-d3777dd6bcb11ceea85eca91e670d7872ba7b1ea.tar.gz
vdr-plugin-plex-d3777dd6bcb11ceea85eca91e670d7872ba7b1ea.tar.bz2
Added current status of played stream (current, total time, play, pause)
Diffstat (limited to 'MediaContainer.h')
-rw-r--r--MediaContainer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaContainer.h b/MediaContainer.h
index 2633086..5d5c722 100644
--- a/MediaContainer.h
+++ b/MediaContainer.h
@@ -17,6 +17,7 @@
#include "XmlObject.h"
#include "Directory.h"
#include "PVideo.h"
+#include "PlexServer.h"
using Poco::XML::DOMParser;
using Poco::XML::InputSource;
@@ -29,11 +30,11 @@ using Poco::Exception;
namespace plexclient
{
-
+
class MediaContainer: XmlObject
{
public:
- MediaContainer(std::istream *response);
+ MediaContainer(std::istream *response, PlexServer* Server);
~MediaContainer();