Merge branch 'main' into dev

This commit is contained in:
Xoconoch
2025-08-10 20:32:25 -06:00
committed by GitHub
2 changed files with 21 additions and 2 deletions

View File

@@ -37,9 +37,9 @@ const saveFormattingConfig = async (data: Partial<FormattingSettings>) => {
const placeholders = {
Common: {
"%music%": "Track title",
"%artist%": "Track artist",
"%artist%": "Track artist (use %arist_1%, %artist_2%, etc. for selecting specific artists)",
"%album%": "Album name",
"%ar_album%": "Album artist",
"%ar_album%": "Album artist (use %ar_album_1%, %ar_album_2%, etc. for selecting specific album artists)",
"%tracknum%": "Track number",
"%year%": "Year of release",
},