mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
added IHasImages and IHasUserData
This commit is contained in:
@@ -252,8 +252,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableVideoImageExtraction = true;
|
||||
|
||||
EnableMovieChapterImageExtraction = true;
|
||||
EnableEpisodeChapterImageExtraction = true;
|
||||
EnableOtherVideoChapterImageExtraction = true;
|
||||
EnableEpisodeChapterImageExtraction = false;
|
||||
EnableOtherVideoChapterImageExtraction = false;
|
||||
|
||||
#if (DEBUG)
|
||||
EnableDeveloperTools = true;
|
||||
|
||||
Reference in New Issue
Block a user