diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-09-29 16:18:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 16:18:05 -0400 |
| commit | 9aec21f6b55334d818fade85d617077b387253cf (patch) | |
| tree | 426cca33fd11ca436b2a50d0ef901274f7b80e0a /Emby.Server.Implementations/Data/BaseSqliteRepository.cs | |
| parent | 72edf5b555cada453b25867612128e5273c7ce69 (diff) | |
Nicer link format for comment
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/Data/BaseSqliteRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/BaseSqliteRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs index 5184a10b1..4e392f6c9 100644 --- a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs +++ b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs @@ -53,7 +53,7 @@ namespace Emby.Server.Implementations.Data protected virtual int? CacheSize => null; /// <summary> - /// Gets the journal mode. https://www.sqlite.org/pragma.html#pragma_journal_mode + /// Gets the journal mode. <see href="https://www.sqlite.org/pragma.html#pragma_journal_mode" /> /// </summary> /// <value>The journal mode.</value> protected virtual string JournalMode => "TRUNCATE"; |
