Explorar o código

Fix warnings in LibraryChangedNotifier

Patrick Barron %!s(int64=3) %!d(string=hai) anos
pai
achega
b7e405889d

+ 1 - 1
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs

@@ -436,7 +436,7 @@ namespace Emby.Server.Implementations.EntryPoints
         /// <summary>
         /// <summary>
         /// Translates the physical item to user library.
         /// Translates the physical item to user library.
         /// </summary>
         /// </summary>
-        /// <typeparam name="T"></typeparam>
+        /// <typeparam name="T">The type of item.</typeparam>
         /// <param name="item">The item.</param>
         /// <param name="item">The item.</param>
         /// <param name="user">The user.</param>
         /// <param name="user">The user.</param>
         /// <param name="includeIfNotFound">if set to <c>true</c> [include if not found].</param>
         /// <param name="includeIfNotFound">if set to <c>true</c> [include if not found].</param>