30#ifndef JELLYFIN_DTO_RECOMMENDATIONTYPE_H
31#define JELLYFIN_DTO_RECOMMENDATIONTYPE_H
Definition recommendationtype.h:46
Value
Definition recommendationtype.h:49
@ HasDirectorFromRecentlyPlayed
Definition recommendationtype.h:53
@ SimilarToLikedItem
Definition recommendationtype.h:52
@ HasLikedDirector
Definition recommendationtype.h:55
@ EnumNotSet
Definition recommendationtype.h:50
@ HasActorFromRecentlyPlayed
Definition recommendationtype.h:54
@ SimilarToRecentlyPlayed
Definition recommendationtype.h:51
@ HasLikedActor
Definition recommendationtype.h:56
RecommendationTypeClass::Value RecommendationType
Definition recommendationtype.h:63
Jellyfin::DTO::RecommendationType RecommendationType
Definition recommendationtype.h:69
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