Add stop playback option in mobile's layout context menu

This commit is contained in:
ferferga 2020-07-01 15:05:08 +02:00
parent 21b17e8097
commit 737341934a
5 changed files with 18 additions and 13 deletions

View file

@ -1563,5 +1563,6 @@
"EnableBlurhashHelp": "Images that are still being loaded will be displayed with a blurred placeholder",
"ButtonSyncPlay": "SyncPlay",
"ButtonCast": "Cast",
"ButtonPlayer": "Player"
"ButtonPlayer": "Player",
"StopPlayback": "Stop playback"
}

View file

@ -1573,5 +1573,6 @@
"LabelRepositoryUrl": "URL del repositorio",
"HeaderNewRepository": "Nuevo repositorio",
"MessageNoRepositories": "Sin repositorios.",
"Writers": "Escritores"
"Writers": "Escritores",
"StopPlayback": "Detener la reproducción"
}