diff options
author | Christian <zerov83@gmail.com> | 2016-06-26 16:04:53 +0200 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-06-26 16:04:53 +0200 |
commit | d00510109018d19f9aaabdac8aa115a513e6ef0c (patch) | |
tree | e019e665dafc47fc4dfac7a5b4e77199006ab7b6 /SubscriptionManager.h | |
parent | d13d6f430cc29abf6920bef4ee9d3d3be11d52e6 (diff) | |
download | vdr-plugin-plex-0.4.0.tar.gz vdr-plugin-plex-0.4.0.tar.bz2 |
Fixes mirror mode.0.4.0
Diffstat (limited to 'SubscriptionManager.h')
-rw-r--r-- | SubscriptionManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SubscriptionManager.h b/SubscriptionManager.h index 9efaa5b..31fb213 100644 --- a/SubscriptionManager.h +++ b/SubscriptionManager.h @@ -96,7 +96,8 @@ namespace plexclient { enum class ActionType { Play, Display }; struct Action { - cVideo video; + //cVideo video; + std::shared_ptr<MediaContainer> container; ActionType type; }; |