30#ifndef JELLYFIN_DTO_PLAYCOMMAND_H
31#define JELLYFIN_DTO_PLAYCOMMAND_H
Definition playcommand.h:46
Value
Definition playcommand.h:49
@ PlayShuffle
Definition playcommand.h:55
@ PlayNow
Definition playcommand.h:51
@ PlayNext
Definition playcommand.h:52
@ PlayInstantMix
Definition playcommand.h:54
@ EnumNotSet
Definition playcommand.h:50
@ PlayLast
Definition playcommand.h:53
PlayCommandClass::Value PlayCommand
Definition playcommand.h:62
Jellyfin::DTO::PlayCommand PlayCommand
Definition playcommand.h:68
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45