Skip to content

Commit

Permalink
sound applet: Add telegram-desktop to players without seek support (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
istroev authored Sep 15, 2023
1 parent 4ab9824 commit 7d2c915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const MEDIA_PLAYER_2_PLAYER_NAME = "org.mpris.MediaPlayer2.Player";
const OUTPUT_ICON_SHOW_TIME_SECONDS = 3;

/* global values */
let players_without_seek_support = ['spotify', 'totem', 'xplayer', 'gnome-mplayer', 'pithos',
let players_without_seek_support = ['telegram desktop', 'spotify', 'totem', 'xplayer', 'gnome-mplayer', 'pithos',
'smplayer'];
let players_with_seek_support = [
'clementine', 'banshee', 'rhythmbox', 'rhythmbox3', 'pragha', 'quodlibet',
Expand Down

0 comments on commit 7d2c915

Please sign in to comment.