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

update comment

This commit is contained in:
dkanada 2020-07-10 01:56:47 +09:00 committed by GitHub
parent 09fe6b4d3b
commit c5b7ce973f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -440,7 +440,7 @@ import 'cardStyle';
} }
} }
//TODO investigate where was used this? // TODO investigate where this was used
function showEditorFindNew(itemName, itemYear, itemType, resolveFunc) { function showEditorFindNew(itemName, itemYear, itemType, resolveFunc) {
currentItem = null; currentItem = null;
@ -547,4 +547,3 @@ export default {
show: show, show: show,
showFindNew: showFindNew showFindNew: showFindNew
}; };