mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Fix final issues with longpress. Update all files to use correct encoding and ran through CodeMaid.
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
public bool? UseDownloadPath { get; set; }
|
||||
|
||||
public string? Category { get; set; }
|
||||
|
||||
|
||||
public IEnumerable<string>? Tags { get; set; }
|
||||
|
||||
public string? RenameTorrent { get; set; }
|
||||
|
||||
public long? UploadLimit { get; set; }
|
||||
|
||||
|
||||
public long? DownloadLimit { get; set; }
|
||||
|
||||
public float? RatioLimit { get; set; }
|
||||
|
Reference in New Issue
Block a user