30#ifndef JELLYFIN_DTO_GROUPREPEATMODE_H
31#define JELLYFIN_DTO_GROUPREPEATMODE_H
Definition grouprepeatmode.h:46
Value
Definition grouprepeatmode.h:49
@ RepeatNone
Definition grouprepeatmode.h:53
@ RepeatOne
Definition grouprepeatmode.h:51
@ RepeatAll
Definition grouprepeatmode.h:52
@ EnumNotSet
Definition grouprepeatmode.h:50
GroupRepeatModeClass::Value GroupRepeatMode
Definition grouprepeatmode.h:60
Jellyfin::DTO::GroupRepeatMode GroupRepeatMode
Definition grouprepeatmode.h:66
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