![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Describes a lyrics search request. More...
#include "ilyricsfinder.h"
Public Attributes | |
QString | Artist_ |
The artist preforming the track. More... | |
QString | Album_ |
The album this track is on. More... | |
QString | Title_ |
The title of the track. More... | |
std::optional< int > | Year_ |
The year of the album the track is on. More... | |
std::optional< int > | Track_ |
The track number. More... | |
Describes a lyrics search request.
Definition at line 24 of file ilyricsfinder.h.
QString Media::LyricsQuery::Album_ |
The album this track is on.
Definition at line 32 of file ilyricsfinder.h.
QString Media::LyricsQuery::Artist_ |
The artist preforming the track.
Definition at line 28 of file ilyricsfinder.h.
QString Media::LyricsQuery::Title_ |
The title of the track.
Definition at line 36 of file ilyricsfinder.h.
std::optional<int> Media::LyricsQuery::Track_ |
The track number.
Definition at line 44 of file ilyricsfinder.h.
std::optional<int> Media::LyricsQuery::Year_ |
The year of the album the track is on.
Definition at line 40 of file ilyricsfinder.h.