mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 19:54:20 +00:00
Add full stop at end of comments (SA1629)
This commit is contained in:
parent
100e9d586d
commit
9018f8d8be
269 changed files with 816 additions and 816 deletions
|
|
@ -13,7 +13,7 @@ using MediaBrowser.Model.Globalization;
|
|||
namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Deletes all transcoding temp files
|
||||
/// Deletes all transcoding temp files.
|
||||
/// </summary>
|
||||
public class DeleteTranscodeFileTask : IScheduledTask, IConfigurableScheduledTask
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue