Song: Check that filetype is supported for writing tags

Fixes #1413
This commit is contained in:
Jonas Kvinge
2024-04-03 20:45:52 +02:00
parent 57750efcb2
commit 7bc5579fb7
2 changed files with 22 additions and 1 deletions

View File

@@ -335,6 +335,7 @@ class Song {
void clear_art_automatic();
void clear_art_manual();
bool write_tags_supported() const;
bool additional_tags_supported() const;
bool albumartist_supported() const;
bool composer_supported() const;