Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::UploadLyricsParams Class Reference

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 The item the lyric belongs to.
void setItemId (QString newItemId)
const QString & fileName () const
 Name of the file being uploaded.
void setFileName (QString newFileName)
const QByteArray & body () const
void setBody (QByteArray newBody)

Member Function Documentation

◆ body()

const QByteArray & Jellyfin::Loader::UploadLyricsParams::body ( ) const

◆ fileName()

const QString & Jellyfin::Loader::UploadLyricsParams::fileName ( ) const

Name of the file being uploaded.

◆ itemId()

const QString & Jellyfin::Loader::UploadLyricsParams::itemId ( ) const

The item the lyric belongs to.

◆ setBody()

void Jellyfin::Loader::UploadLyricsParams::setBody ( QByteArray newBody)

◆ setFileName()

void Jellyfin::Loader::UploadLyricsParams::setFileName ( QString newFileName)

◆ setItemId()

void Jellyfin::Loader::UploadLyricsParams::setItemId ( QString newItemId)

The documentation for this class was generated from the following files: