Skip to content

Commit

Permalink
use youtube volume label, #420, #81
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Sep 19, 2024
1 parent 717d2da commit 66008fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/service/youtubeService.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ youtubeService.setVolume = function (volume, initSet) {
player.unMute();
ytState.muted = false;
}
MainVue.setTooltip(i18nService.t('webradioVolume', volume), {
MainVue.setTooltip(i18nService.t('youTubeVolume', volume), {
revertOnClose: true,
timeout: 5000
});
Expand Down

0 comments on commit 66008fb

Please sign in to comment.