test #241

Merged
klaus merged 2 commits from test into main 2024-11-26 05:33:46 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit cc72e44fca - Show all commits

View File

@ -603,10 +603,10 @@ class AudioContentService(
) { ) {
val length = audioContent.detail.length val length = audioContent.detail.length
if (length < 20) { if (length < 60) {
"${audioContent.detail.take(length / 2)}..." "${audioContent.detail.take(length / 2)}..."
} else { } else {
"${audioContent.detail.take(10)}..." "${audioContent.detail.take(30)}..."
} }
} else { } else {
audioContent.detail audioContent.detail