update identifier
This commit is contained in:
parent
bb142cf26e
commit
c6c6ec116a
8 changed files with 28 additions and 65 deletions
|
@ -14,12 +14,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.137",
|
||||
"_release": "1.4.137",
|
||||
"version": "1.4.138",
|
||||
"_release": "1.4.138",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.137",
|
||||
"commit": "db46115f2b51107bb01be383bb914d392a4a91f2"
|
||||
"tag": "1.4.138",
|
||||
"commit": "47e65115a8237bac098ba2987c894a16c1ce2744"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
page.querySelector('.popupIdentifyForm').classList.add('hide');
|
||||
identificationSearchResults.classList.remove('hide');
|
||||
page.querySelector('.identifyOptionsForm').classList.add('hide');
|
||||
page.querySelector('.dialogContentInner').classList.remove('centeredContent');
|
||||
|
||||
var html = '';
|
||||
var i, length;
|
||||
|
@ -139,6 +140,7 @@
|
|||
page.querySelector('.identificationSearchResults').classList.add('hide');
|
||||
identifyOptionsForm.classList.remove('hide');
|
||||
page.querySelector('#chkIdentifyReplaceImages').checked = true;
|
||||
page.querySelector('.dialogContentInner').classList.add('centeredContent');
|
||||
|
||||
currentSearchResult = identifyResult;
|
||||
|
||||
|
|
|
@ -27,9 +27,10 @@
|
|||
</button>
|
||||
</p>
|
||||
</form>
|
||||
<div class="identificationSearchResults hide" style="text-align: center;">
|
||||
<div class="identificationSearchResults hide">
|
||||
|
||||
<div class="identificationSearchResultList itemsContainer vertical-wrap"></div>
|
||||
<h1>${SearchResults}</h1>
|
||||
<div class="identificationSearchResultList itemsContainer vertical-wrap centered"></div>
|
||||
</div>
|
||||
|
||||
<form class="identifyOptionsForm hide" style="margin:auto;">
|
||||
|
|
|
@ -245,6 +245,6 @@
|
|||
"ValueMinutes": "{0} min",
|
||||
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
|
||||
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
|
||||
"MessageItemSaved": "Item saved."
|
||||
|
||||
"MessageItemSaved": "Item saved.",
|
||||
"SearchResults": "Search Results"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue