mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
|
||||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
/// <summary>
|
||||
/// An interface for tasks that run after the media library scan
|
||||
/// An interface for tasks that run after the media library scan.
|
||||
/// </summary>
|
||||
public interface ILibraryPostScanTask
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user