summaryrefslogtreecommitdiff
path: root/SubscriptionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SubscriptionManager.h')
-rw-r--r--SubscriptionManager.h3
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;
};