mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
exclude recordings from CleanDatabaseScheduledTask
This commit is contained in:
@@ -239,7 +239,11 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||||||
typeof(Year).Name,
|
typeof(Year).Name,
|
||||||
typeof(Channel).Name,
|
typeof(Channel).Name,
|
||||||
typeof(AggregateFolder).Name,
|
typeof(AggregateFolder).Name,
|
||||||
typeof(CollectionFolder).Name
|
typeof(CollectionFolder).Name,
|
||||||
|
|
||||||
|
// LiveTVManager handles recordings
|
||||||
|
typeof(LiveTvAudioRecording).Name,
|
||||||
|
typeof(LiveTvVideoRecording).Name
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user