feat(subtitles): settings & custom element for external subtitles #3169
Annotations
10 errors and 10 warnings
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/scripts/virtual-modules.ts#L60
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/App.vue#L75
Unsafe return of an error typed value
|
frontend/src/components/Buttons/FilterButton.vue#L307
Unsafe call of an `error` type typed value
|
frontend/src/components/Buttons/Playback/PlayButton.vue#L79
Unnecessary conditional, value is always truthy
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Buttons/Playback/PlaybackSettingsButton.vue#L142
Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L91
void is not valid as a constituent in a union type
|
frontend/src/components/Dialogs/ConfirmDialog.vue#L113
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
frontend/src/components/Forms/LoginForm.vue#L107
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/src/components/Item/Metadata/MetadataEditorDialog.vue#L28
The selector `.metadata-dialog` is unused
|
frontend/src/components/Item/RelatedItems.vue#L60
The selector `.header::before` is unused
|
frontend/src/components/Playback/PlayerElement.vue#L26
Expected a space before '/>', but not found
|
frontend/src/components/Playback/SubtitleTrack.vue#L2
Expected indentation of 2 spaces but found 4 spaces
|
frontend/src/components/Playback/SubtitleTrack.vue#L3
Expected indentation of 4 spaces but found 8 spaces
|
frontend/src/components/Playback/SubtitleTrack.vue#L3
UnoCSS utilities are not ordered
|
frontend/src/components/Playback/SubtitleTrack.vue#L4
Expected indentation of 4 spaces but found 8 spaces
|
frontend/src/components/Playback/SubtitleTrack.vue#L5
Expected indentation of 4 spaces but found 8 spaces
|
frontend/src/components/Playback/SubtitleTrack.vue#L6
Expected indentation of 4 spaces but found 8 spaces
|
frontend/src/components/Playback/SubtitleTrack.vue#L6
Expected no space before '>', but found
|
This job failed
Loading