mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
install service with Emby name
This commit is contained in:
parent
25e325481d
commit
d0c9273d67
8 changed files with 62 additions and 20 deletions
|
|
@ -277,7 +277,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
{
|
||||
new ImageOption
|
||||
{
|
||||
Limit = 3,
|
||||
Limit = 2,
|
||||
MinWidth = 1280,
|
||||
Type = ImageType.Backdrop
|
||||
},
|
||||
|
|
@ -304,7 +304,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
new ImageOption
|
||||
{
|
||||
Limit = 1,
|
||||
Limit = 0,
|
||||
Type = ImageType.Banner
|
||||
},
|
||||
|
||||
|
|
@ -374,7 +374,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
{
|
||||
new ImageOption
|
||||
{
|
||||
Limit = 1,
|
||||
Limit = 0,
|
||||
MinWidth = 1280,
|
||||
Type = ImageType.Backdrop
|
||||
},
|
||||
|
|
@ -414,6 +414,14 @@ namespace MediaBrowser.Model.Configuration
|
|||
{
|
||||
Limit = 0,
|
||||
Type = ImageType.Art
|
||||
},
|
||||
|
||||
// Don't download this by default
|
||||
// Generally not used
|
||||
new ImageOption
|
||||
{
|
||||
Limit = 0,
|
||||
Type = ImageType.Logo
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue