Translations

This commit is contained in:
Niels
2025-06-08 20:39:57 +02:00
parent e3ca64391d
commit f4fa0b9793
11 changed files with 97 additions and 71 deletions
+17 -19
View File
@@ -281,25 +281,23 @@ MediaPlayer {
}
function loadRecentPlay(){
if (playHistory.count > 0) {
if (playHistory.get(0).url_resolved) {
_favicon = playHistory.get(0).favicon
_name = playHistory.get(0).name
_cc = playHistory.get(0).countrycode
_tags = playHistory.get(0).tags
_codec = playHistory.get(0).codec//getCodec(model.codec)
_bitrate = playHistory.get(0).bitrate //getBitrate(model.bitrate)
_hls = playHistory.get(0).hls
_url_resolved = playHistory.get(0).url_resolved
_homepage = playHistory.get(0).homepage
_stationuuid = playHistory.get(0).stationuuid
_favorite = playHistory.get(0).favorite
isPlaying = false
isPaused = true
///if (_favorite) playlistCount = Favorites.getSetting("playlistIndex",-1)
//playlistIndex = allradioSettings.value("currentFavorite",-1)
// pageStack.push("RadioPlayerPage.qml")
}
if (playHistory.get(0).url_resolved) {
_favicon = playHistory.get(0).favicon
_name = playHistory.get(0).name
_cc = playHistory.get(0).countrycode
_tags = playHistory.get(0).tags
_codec = playHistory.get(0).codec//getCodec(model.codec)
_bitrate = playHistory.get(0).bitrate //getBitrate(model.bitrate)
_hls = playHistory.get(0).hls
_url_resolved = playHistory.get(0).url_resolved
_homepage = playHistory.get(0).homepage
_stationuuid = playHistory.get(0).stationuuid
_favorite = playHistory.get(0).favorite
isPlaying = false
isPaused = true
///if (_favorite) playlistCount = Favorites.getSetting("playlistIndex",-1)
//playlistIndex = allradioSettings.value("currentFavorite",-1)
// pageStack.push("RadioPlayerPage.qml")
}
}