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

fix DeviceDiscovery

This commit is contained in:
Luke Pulverenti 2016-05-10 12:18:05 -04:00
parent 95cc042317
commit 4aa1243bef
7 changed files with 11 additions and 10 deletions

View file

@ -45,7 +45,7 @@
"tag": "v1.0.11", "tag": "v1.0.11",
"commit": "e3c1ab0c72905b58fb4d9adc2921ea73b5c085a5" "commit": "e3c1ab0c72905b58fb4d9adc2921ea73b5c085a5"
}, },
"_source": "git://github.com/PolymerElements/paper-behaviors.git", "_source": "git://github.com/polymerelements/paper-behaviors.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "PolymerElements/paper-behaviors" "_originalSource": "polymerelements/paper-behaviors"
} }

View file

@ -32,14 +32,14 @@
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0" "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0"
}, },
"ignore": [], "ignore": [],
"homepage": "https://github.com/PolymerElements/paper-ripple", "homepage": "https://github.com/polymerelements/paper-ripple",
"_release": "1.0.5", "_release": "1.0.5",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.0.5", "tag": "v1.0.5",
"commit": "d72e7a9a8ab518b901ed18dde492df3b87a93be5" "commit": "d72e7a9a8ab518b901ed18dde492df3b87a93be5"
}, },
"_source": "git://github.com/PolymerElements/paper-ripple.git", "_source": "git://github.com/polymerelements/paper-ripple.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "PolymerElements/paper-ripple" "_originalSource": "polymerelements/paper-ripple"
} }

View file

@ -120,7 +120,8 @@
var template = this.response; var template = this.response;
var dlg = dialogHelper.createDialog({ var dlg = dialogHelper.createDialog({
removeOnClose: true, removeOnClose: true,
size: 'small' size: 'small',
autoFocus: false
}); });
dlg.classList.add('ui-body-b'); dlg.classList.add('ui-body-b');

View file

@ -6,7 +6,7 @@
font-weight: bold !important; font-weight: bold !important;
} }
@media all and (min-width: 800px) { @media all and (min-width: 300px) {
.libraryViewNav .mdl-tabs__tab-bar { .libraryViewNav .mdl-tabs__tab-bar {
display: flex; display: flex;

View file

@ -742,7 +742,7 @@
var helpUrl = page.getAttribute('data-helpurl'); var helpUrl = page.getAttribute('data-helpurl');
if (helpUrl) { if (helpUrl) {
html += '<a href="' + helpUrl + '" target="_blank" class="clearLink" style="margin-left:1em;" title="' + Globalize.translate('ButtonHelp') + '"><button is="paper-icon-button-light"><iron-icon icon="info"></iron-icon></button></a>'; html += '<a href="' + helpUrl + '" target="_blank" class="clearLink" style="margin-left:2em;" title="' + Globalize.translate('ButtonHelp') + '"><paper-button class="accent" style="margin:0;font-weight:normal;font-size:13px;padding:.25em;display:flex;align-items:center;"><iron-icon icon="info"></iron-icon><span>Help</span></paper-button></a>';
} }
} }

View file

@ -166,7 +166,7 @@
var frequency = 86400000; var frequency = 86400000;
if (AppInfo.isNativeApp) { if (AppInfo.isNativeApp) {
frequency = 604800000; frequency = 259200000;
} }
var cacheKey = 'lastappinfopresent5'; var cacheKey = 'lastappinfopresent5';

View file

@ -325,7 +325,7 @@
"OptionMetascore": "Metascore", "OptionMetascore": "Metascore",
"ButtonSelect": "Select", "ButtonSelect": "Select",
"ButtonGroupVersions": "Group Versions", "ButtonGroupVersions": "Group Versions",
"ButtonAddToCollection": "Add to Collection", "ButtonAddToCollection": "Add to collection",
"PismoMessage": "Utilizing Pismo File Mount through a donated license.", "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
"TangibleSoftwareMessage": "Utilizing Tangible Solutions Java/C# converters through a donated license.", "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java/C# converters through a donated license.",
"HeaderCredits": "Credits", "HeaderCredits": "Credits",