Update error icon on audio player cover to show progress sync alert dialog when tapped #1396

This commit is contained in:
advplyr 2025-01-18 14:46:12 -06:00
parent a35c94cf03
commit d5fa36b11a
3 changed files with 13 additions and 2 deletions

View file

@ -152,7 +152,7 @@ export default {
Dialog.alert({
title: 'Old Server Connection Warning',
message: this.$strings.MessageOldServerConnectionWarningHelp,
cancelText: 'OK'
cancelText: this.$strings.ButtonOk
})
},
checkIdUuid(userId) {