mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
move child definitions to db
This commit is contained in:
parent
6f15aeccd0
commit
6bc263052d
15 changed files with 249 additions and 47 deletions
|
|
@ -27,16 +27,13 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||
private SQLiteCommand _saveChapterCommand;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.
|
||||
/// Initializes a new instance of the <see cref="SqliteItemRepository" /> class.
|
||||
/// </summary>
|
||||
/// <param name="appPaths">The app paths.</param>
|
||||
/// <param name="jsonSerializer">The json serializer.</param>
|
||||
/// <param name="logManager">The log manager.</param>
|
||||
/// <exception cref="System.ArgumentNullException">
|
||||
/// appPaths
|
||||
/// <exception cref="System.ArgumentNullException">appPaths
|
||||
/// or
|
||||
/// jsonSerializer
|
||||
/// </exception>
|
||||
/// jsonSerializer</exception>
|
||||
public SqliteChapterRepository(IApplicationPaths appPaths, ILogManager logManager)
|
||||
{
|
||||
if (appPaths == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue