1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update plugin.js

This commit is contained in:
Cameron 2020-08-16 12:19:38 +01:00
parent d95497cb23
commit f62014a2d4

View file

@ -2,8 +2,6 @@ import globalize from 'globalize';
import * as userSettings from 'userSettings'; import * as userSettings from 'userSettings';
import appHost from 'apphost'; import appHost from 'apphost';
/*eslint prefer-const: "error"*/
// TODO: Replace with date-fns // TODO: Replace with date-fns
// https://stackoverflow.com/questions/6117814/get-week-of-year-in-javascript-like-in-php // https://stackoverflow.com/questions/6117814/get-week-of-year-in-javascript-like-in-php
function getWeek(date) { function getWeek(date) {