Skip to content

Commit 40cef91

Browse files
author
Robert McNamara
committed
MythWeb: Inetref capitalization fix.
1 parent fe2c94c commit 40cef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tv/tmpl/default/_advanced_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function guessItem(list) {
9797
// optionally creates or updates a "metdata home page" link
9898
// in the "More" section of the page
9999
function updateMetadata(item) {
100-
$("inetref").value = item.InetRef;
100+
$("inetref").value = item.Inetref;
101101
$("season").value = item.Season;
102102
$("episode").value = item.Episode;
103103

0 commit comments

Comments
 (0)