diff options
author | chriszero <zerov83@gmail.com> | 2015-10-11 19:07:10 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-10-11 19:07:10 +0200 |
commit | 75e178bcc0105e5f618e913d53cca91450a6e8bd (patch) | |
tree | b0eef5ad0534c58e2e42d11a256b3d5e5542f1c6 /plex.h | |
parent | 0be6c14499cbc7351578198e8f15b3e1bf1b1335 (diff) | |
download | vdr-plugin-plex-75e178bcc0105e5f618e913d53cca91450a6e8bd.tar.gz vdr-plugin-plex-75e178bcc0105e5f618e913d53cca91450a6e8bd.tar.bz2 |
Better support for vdr-plugin-mpv.
Diffstat (limited to 'plex.h')
-rw-r--r-- | plex.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,7 +55,9 @@ public: virtual cOsdObject *MainMenuAction(void); virtual cMenuSetupPage *SetupMenu(void); virtual bool SetupParse(const char *, const char *); - + + static plexclient::Video CurrentVideo; + static bool PlayingFile; static void PlayFile(plexclient::Video Vid); public: |