Changed ComicInfo.xml to use chapternumber as "Number".

This commit is contained in:
2023-05-20 12:53:54 +02:00
parent 52f357021d
commit ff01bac9d4
3 changed files with 3 additions and 6 deletions

View File

@ -7,7 +7,7 @@ namespace Tranga;
/// </summary>
public class TrangaTask
{
// ReSharper disable once CommentTypo ...tell me why!
// ReSharper disable once CommentTypo ...Tell me why!
// ReSharper disable once MemberCanBePrivate.Global I want it thaaat way
public TimeSpan reoccurrence { get; }
public DateTime lastExecuted { get; set; }
@ -29,9 +29,6 @@ public class TrangaTask
this.language = language;
}
/// <summary>
///
/// </summary>
/// <returns>True if elapsed time since last execution is greater than set interval</returns>
public bool ShouldExecute()
{