Skip to content

Commit 7d2c915

Browse files
authored
sound applet: Add telegram-desktop to players without seek support (#11835)
Telegram desktop audio player send negative seek value after 35:55. In melange log i see value like this -2147308296. After that player skips to the begin. To solve that problem I added Telegram desktop in list of players without seek support. telegramdesktop/tdesktop#23892
1 parent 4ab9824 commit 7d2c915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/applets/[email protected]/applet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const MEDIA_PLAYER_2_PLAYER_NAME = "org.mpris.MediaPlayer2.Player";
2424
const OUTPUT_ICON_SHOW_TIME_SECONDS = 3;
2525

2626
/* global values */
27-
let players_without_seek_support = ['spotify', 'totem', 'xplayer', 'gnome-mplayer', 'pithos',
27+
let players_without_seek_support = ['telegram desktop', 'spotify', 'totem', 'xplayer', 'gnome-mplayer', 'pithos',
2828
'smplayer'];
2929
let players_with_seek_support = [
3030
'clementine', 'banshee', 'rhythmbox', 'rhythmbox3', 'pragha', 'quodlibet',

0 commit comments

Comments
 (0)