diff --git a/src/index.ts b/src/index.ts index 753a7d4da8..6abed0beca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -134,14 +134,6 @@ if (is.linux()) { // Overrides WM_CLASS for X11 to correspond to icon filename app.setName('com.github.th_ch.youtube_music'); - // Workaround for issue #2248 - if ( - process.env.XDG_SESSION_TYPE === 'wayland' || - process.env.WAYLAND_DISPLAY - ) { - app.commandLine.appendSwitch('disable-gpu-memory-buffer-video-frames'); - } - // Stops chromium from launching its own MPRIS service if (config.plugins.isEnabled('shortcuts')) { app.commandLine.appendSwitch('disable-features', 'MediaSessionService');