mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
9 lines
193 B
C#
9 lines
193 B
C#
namespace NzbDrone.Core.Organizer
|
|
{
|
|
public class AbsoluteTrackFormat
|
|
{
|
|
public string Separator { get; set; }
|
|
public string AbsoluteTrackPattern { get; set; }
|
|
}
|
|
}
|