mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 14:21:44 +02:00
Fix xml doc comment
This commit is contained in:
parent
763862cbd8
commit
5d3449e9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ using Microsoft.Extensions.Logging;
|
|||
namespace Emby.Server.Implementations.Library
|
||||
{
|
||||
/// <summary>
|
||||
/// Test.
|
||||
/// A library post scan/refresh task for pre-fetching remote images.
|
||||
/// </summary>
|
||||
public class ImageFetcherPostScanTask : ILibraryPostScanTask
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue