mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
change chapter image location and cleanup dead files
This commit is contained in:
parent
17c4a8461f
commit
d8ce4141ff
7 changed files with 159 additions and 74 deletions
|
|
@ -145,7 +145,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
|
||||
var numComplete = 0;
|
||||
|
||||
var failHistoryPath = Path.Combine(_kernel.FFMpegManager.VideoImagesDataPath, "failures.txt");
|
||||
var failHistoryPath = Path.Combine(_kernel.FFMpegManager.ChapterImagesPath, "failures.txt");
|
||||
|
||||
List<string> previouslyFailedImages;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue