30#ifndef JELLYFIN_DTO_REPEATMODE_H
31#define JELLYFIN_DTO_REPEATMODE_H
Definition repeatmode.h:46
Value
Definition repeatmode.h:49
@ EnumNotSet
Definition repeatmode.h:50
@ RepeatAll
Definition repeatmode.h:52
@ RepeatNone
Definition repeatmode.h:51
@ RepeatOne
Definition repeatmode.h:53
RepeatModeClass::Value RepeatMode
Definition repeatmode.h:60
Jellyfin::DTO::RepeatMode RepeatMode
Definition repeatmode.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