Fix lint issue

This commit is contained in:
Max Isom 2022-03-19 11:04:20 -04:00
parent 46df0875d5
commit bd0e37e0b8
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 11 additions and 13 deletions

View file

@ -21,7 +21,7 @@ import Config from './commands/config.js';
import Disconnect from './commands/disconnect.js';
import Favorites from './commands/favorites.js';
import ForwardSeek from './commands/fseek.js';
import Move from './commands/move.js'
import Move from './commands/move.js';
import NowPlaying from './commands/now-playing.js';
import Pause from './commands/pause.js';
import Play from './commands/play.js';