mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add missing semicolon (Lint)
This commit is contained in:
parent
0bf23576ee
commit
3339315b9c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import 'emby-slider';
|
||||||
import 'emby-input';
|
import 'emby-input';
|
||||||
import 'emby-checkbox';
|
import 'emby-checkbox';
|
||||||
import 'flexStyles';
|
import 'flexStyles';
|
||||||
import 'css!./subtitlesettings'
|
import 'css!./subtitlesettings';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Subtitle settings.
|
* Subtitle settings.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue