mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -11,7 +11,7 @@ using MediaBrowser.Model.System;
|
||||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IMediaEncoder
|
||||
/// Interface IMediaEncoder.
|
||||
/// </summary>
|
||||
public interface IMediaEncoder : ITranscoderSupport
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user