mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix medialibrary.js, lint and convert variable declerations
This commit is contained in:
parent
e230e05e6e
commit
fd21f2198d
4 changed files with 38 additions and 38 deletions
|
@ -4,7 +4,7 @@ import globalize from 'globalize';
|
|||
/* eslint-disable indent */
|
||||
|
||||
export default function (view, params) {
|
||||
var activityLog;
|
||||
let activityLog;
|
||||
|
||||
if (params.useractivity !== 'false') {
|
||||
view.querySelector('.activityItems').setAttribute('data-useractivity', 'true');
|
||||
|
@ -29,6 +29,6 @@ import globalize from 'globalize';
|
|||
|
||||
activityLog = null;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue