30#ifndef JELLYFIN_DTO_REPEATMODE_H
31#define JELLYFIN_DTO_REPEATMODE_H
46class RepeatModeClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
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
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
RepeatModeClass::Value RepeatMode
Definition repeatmode.h:60
Definition accessschedule.h:128
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