mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
11 lines
No EOL
364 B
C#
11 lines
No EOL
364 B
C#
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public class ChapterOptions
|
|
{
|
|
public bool EnableMovieChapterImageExtraction { get; set; }
|
|
public bool EnableEpisodeChapterImageExtraction { get; set; }
|
|
public bool EnableOtherVideoChapterImageExtraction { get; set; }
|
|
|
|
public bool ExtractDuringLibraryScan { get; set; }
|
|
}
|
|
} |