30#ifndef JELLYFIN_DTO_LYRICMETADATA_H
31#define JELLYFIN_DTO_LYRICMETADATA_H
59 QJsonObject
toJson()
const;
76 QString
album()
const;
87 QString
title()
const;
109 std::optional<qint64>
length()
const;
113 void setLength(std::optional<qint64> newLength);
124 void setBy(QString newBy);
131 std::optional<qint64>
offset()
const;
135 void setOffset(std::optional<qint64> newOffset);
164 std::optional<bool>
isSynced()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
Jellyfin::DTO::LyricMetadata LyricMetadata
Definition lyricmetadata.h:193
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45