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

move more metadata settings to per library

This commit is contained in:
Luke Pulverenti 2016-10-02 00:31:47 -04:00
parent 9dcf14df27
commit af2e209ce4
20 changed files with 79 additions and 85 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.84",
"_release": "1.1.84",
"version": "1.1.85",
"_release": "1.1.85",
"_resolution": {
"type": "version",
"tag": "1.1.84",
"commit": "adc79119a845784ce08fa33930e6eb903dfab16a"
"tag": "1.1.85",
"commit": "6fc42ba6b9d72c3e4af4a7b7797d53b08342f095"
},
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "^1.1.51",

View file

@ -215,7 +215,7 @@
return connectUser;
};
var minServerVersion = '3.0.5984';
var minServerVersion = '3.0.5986';
self.minServerVersion = function (val) {
if (val) {

View file

@ -244,6 +244,10 @@
color: inherit;
}
.singleCardText {
padding: .5em;
}
.cardTextCentered {
text-align: center;
}

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.48",
"version": "0.5.49",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",
@ -16,11 +16,11 @@
"test",
"tests"
],
"_release": "0.5.48",
"_release": "0.5.49",
"_resolution": {
"type": "version",
"tag": "v0.5.48",
"commit": "d37a6900d9a9c487b686b6cad4e8aabd5ad03893"
"tag": "v0.5.49",
"commit": "faf1c90b096abf152cce4ba107fbd5511d44a998"
},
"_source": "git://github.com/dailymotion/hls.js.git",
"_target": "~0.5.7",

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.48",
"version": "0.5.49",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.48",
"version": "0.5.49",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",