Bump linter version

This commit is contained in:
Max Isom 2021-09-19 22:24:46 -04:00
parent fd782219ef
commit dcac22832d
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
28 changed files with 184 additions and 198 deletions

View file

@ -26,7 +26,7 @@ export interface QueuedSong {
export enum STATUS {
PLAYING,
PAUSED
PAUSED,
}
export default class {
@ -368,7 +368,7 @@ export default class {
'-reconnect_streamed',
'1',
'-reconnect_delay_max',
'5'
'5',
]);
if (options.seek) {