Explorar o código

Nicer link format for comment

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Joshua M. Boniface %!s(int64=5) %!d(string=hai) anos
pai
achega
9aec21f6b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Emby.Server.Implementations/Data/BaseSqliteRepository.cs

+ 1 - 1
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";