diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-20 12:44:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-20 12:44:24 -0400 |
| commit | 6bc263052d2b60abfd9023aed0640a37655b6e87 (patch) | |
| tree | 9802812f98e6d00954b82f7fc43f804460700525 /MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs | |
| parent | 6f15aeccd0946f19145cc063a8982d585b77df91 (diff) | |
move child definitions to db
Diffstat (limited to 'MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs | 9 |
1 files changed, 3 insertions, 6 deletions
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; /// <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) |
