mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Prefer "set_playlist" over "set_media" method
This commit is contained in:
@@ -257,7 +257,7 @@ class ClapperPlayer extends PlayerBase
|
||||
case 'toggle_play':
|
||||
case 'play':
|
||||
case 'pause':
|
||||
case 'set_media':
|
||||
case 'set_playlist':
|
||||
this[action](value);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user