mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
9 lines
155 B
C#
9 lines
155 B
C#
namespace Lantean.QBitTorrentClient.Models
|
|
{
|
|
public enum TorrentContentLayout
|
|
{
|
|
Original,
|
|
Subfolder,
|
|
NoSubfolder
|
|
}
|
|
} |