Skip to content

Commit ad92254

Browse files
fix: linting error
1 parent 958127a commit ad92254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/playlist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class Playlist {
213213

214214
if (this.videos) {
215215
const index = this.videos.findIndex(v => v.data.id === playlistItemId)
216-
216+
217217
if (index) {
218218
this.videos.splice(index, 1)
219219
}

0 commit comments

Comments
 (0)