mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
exclude recordings from CleanDatabaseScheduledTask
This commit is contained in:
parent
60b2165414
commit
9d20e298e1
@ -239,7 +239,11 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
typeof(Year).Name,
|
||||
typeof(Channel).Name,
|
||||
typeof(AggregateFolder).Name,
|
||||
typeof(CollectionFolder).Name
|
||||
typeof(CollectionFolder).Name,
|
||||
|
||||
// LiveTVManager handles recordings
|
||||
typeof(LiveTvAudioRecording).Name,
|
||||
typeof(LiveTvVideoRecording).Name
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user