mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove redundant inline eslint rules
This commit is contained in:
parent
329cf77c81
commit
082a8319fd
5 changed files with 0 additions and 10 deletions
|
@ -1,5 +1,3 @@
|
||||||
/*eslint prefer-const: "error"*/
|
|
||||||
|
|
||||||
let currentId = 0;
|
let currentId = 0;
|
||||||
function addUniquePlaylistItemId(item) {
|
function addUniquePlaylistItemId(item) {
|
||||||
if (!item.PlaylistItemId) {
|
if (!item.PlaylistItemId) {
|
||||||
|
|
|
@ -12,8 +12,6 @@ import ServerConnections from '../ServerConnections';
|
||||||
import toast from '../toast/toast';
|
import toast from '../toast/toast';
|
||||||
import template from './recordingfields.template.html';
|
import template from './recordingfields.template.html';
|
||||||
|
|
||||||
/*eslint prefer-const: "error"*/
|
|
||||||
|
|
||||||
function loadData(parent, program) {
|
function loadData(parent, program) {
|
||||||
if (program.IsSeries) {
|
if (program.IsSeries) {
|
||||||
parent.querySelector('.recordSeriesContainer').classList.remove('hide');
|
parent.querySelector('.recordSeriesContainer').classList.remove('hide');
|
||||||
|
|
|
@ -5,8 +5,6 @@ import toast from '../toast/toast';
|
||||||
import confirm from '../confirm/confirm';
|
import confirm from '../confirm/confirm';
|
||||||
import dialog from '../dialog/dialog';
|
import dialog from '../dialog/dialog';
|
||||||
|
|
||||||
/*eslint prefer-const: "error"*/
|
|
||||||
|
|
||||||
function changeRecordingToSeries(apiClient, timerId, programId, confirmTimerCancellation) {
|
function changeRecordingToSeries(apiClient, timerId, programId, confirmTimerCancellation) {
|
||||||
loading.show();
|
loading.show();
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ import '../../styles/flexstyles.scss';
|
||||||
import ServerConnections from '../ServerConnections';
|
import ServerConnections from '../ServerConnections';
|
||||||
import template from './seriesrecordingeditor.template.html';
|
import template from './seriesrecordingeditor.template.html';
|
||||||
|
|
||||||
/*eslint prefer-const: "error"*/
|
|
||||||
|
|
||||||
let currentDialog;
|
let currentDialog;
|
||||||
let recordingUpdated = false;
|
let recordingUpdated = false;
|
||||||
let recordingDeleted = false;
|
let recordingDeleted = false;
|
||||||
|
|
|
@ -13,8 +13,6 @@ import '../formdialog.scss';
|
||||||
import ServerConnections from '../ServerConnections';
|
import ServerConnections from '../ServerConnections';
|
||||||
import toast from '../toast/toast';
|
import toast from '../toast/toast';
|
||||||
|
|
||||||
/*eslint prefer-const: "error"*/
|
|
||||||
|
|
||||||
function getEditorHtml() {
|
function getEditorHtml() {
|
||||||
let html = '';
|
let html = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue