summaryrefslogtreecommitdiff
path: root/Media.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 /Media.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 'Media.h')
-rw-r--r--Media.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Media.h b/Media.h
index f2394cd..5441bde 100644
--- a/Media.h
+++ b/Media.h
@@ -46,7 +46,7 @@ public:
std::string m_sAudioCodec;
std::string m_sVideoCodec;
std::string m_sContainer;
- std::string m_sVideoFrameRate;
+ double m_VideoFrameRate;
std::string m_sPartKey;
int m_iPartId;