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

fix return statements

This commit is contained in:
sancodes 2022-04-08 19:10:11 -07:00
parent 161f531523
commit 27cd24f5fc
9 changed files with 53 additions and 28 deletions

View file

@ -721,7 +721,7 @@ class ItemsView {
return globalize.translate('Videos');
}
return undefined;
return;
}
function play() {