mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-27 10:03:59 +00:00
Make utf-8 the default encoding for id3v24
This commit is contained in:
@@ -106,6 +106,7 @@ class TagsOptionsPage(OptionsPage):
|
||||
self.ui.id3v23_join_with.setEnabled(True)
|
||||
else:
|
||||
self.ui.enc_utf8.setEnabled(True)
|
||||
self.ui.enc_utf8.setChecked(True)
|
||||
self.ui.label_id3v23_join_with.setEnabled(False)
|
||||
self.ui.id3v23_join_with.setEnabled(False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user