mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
Add basic settings file for constants
This commit is contained in:
17
octo-fiesta/Models/Settings/SquidWTFSettings.cs
Normal file
17
octo-fiesta/Models/Settings/SquidWTFSettings.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace octo_fiesta.Models.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// Configuration for the SquidWTF downloader and metadata service
|
||||
/// </summary>
|
||||
public class SquidWTFSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// No user auth should be needed for this site.
|
||||
/// </summary>
|
||||
|
||||
/// <summary>
|
||||
/// Preferred audio quality: FLAC, MP3_320, MP3_128
|
||||
/// If not specified or unavailable, the highest available quality will be used.
|
||||
/// </summary>
|
||||
public string? Quality { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user