Add ability to enable and disable cot per song to ui
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled
This commit is contained in:
parent
970ed46892
commit
9d0dc6298c
6 changed files with 131 additions and 134 deletions
|
|
@ -16,10 +16,11 @@ public:
|
|||
uint64_t uniqueId;
|
||||
QString file;
|
||||
QString vocalLanguage;
|
||||
bool cotCaption;
|
||||
QString json;
|
||||
|
||||
inline SongItem(const QString &caption = "", const QString &lyrics = "")
|
||||
: caption(caption), lyrics(lyrics)
|
||||
: caption(caption), lyrics(lyrics), cotCaption(true)
|
||||
{
|
||||
// Generate a unique ID using a cryptographically secure random number
|
||||
uniqueId = QRandomGenerator::global()->generate64();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue