Song: Add init from file setter

This commit is contained in:
Jonas Kvinge
2024-09-29 03:24:44 +02:00
parent 5292e53b4a
commit 3468737e14
2 changed files with 4 additions and 0 deletions

View File

@@ -333,6 +333,8 @@ class Song {
void set_ebur128_integrated_loudness_lufs(const std::optional<double> v);
void set_ebur128_loudness_range_lu(const std::optional<double> v);
void set_init_from_file(const bool v);
void set_stream_url(const QUrl &v);
void set_title(const TagLib::String &v);