fix: playcount reset to 1 on remap

This commit is contained in:
cwilvx
2024-09-08 12:08:52 +03:00
parent 30cc5bad0b
commit 3e61d86a19
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class SendTrackFileQuery(BaseModel):
)
)
container: Literal["mp3", "aac", "flac", "webm", "ogg"] = Field(
"flac",
"mp3",
description="The container format of the audio file. Options: mp3, aac, flac, webm, ogg",
)