From 6bc263052d2b60abfd9023aed0640a37655b6e87 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 20 Jun 2013 12:44:24 -0400 Subject: move child definitions to db --- .../Persistence/SqliteChapterRepository.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs') diff --git a/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs b/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs index dd6343a67..cac612fc8 100644 --- a/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs +++ b/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs @@ -27,16 +27,13 @@ namespace MediaBrowser.Server.Implementations.Persistence private SQLiteCommand _saveChapterCommand; /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The app paths. - /// The json serializer. /// The log manager. - /// - /// appPaths + /// appPaths /// or - /// jsonSerializer - /// + /// jsonSerializer public SqliteChapterRepository(IApplicationPaths appPaths, ILogManager logManager) { if (appPaths == null) -- cgit v1.2.3