mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace octo_fiesta.Models;
|
|
|
|
public class SubsonicSettings
|
|
{
|
|
public string? Url { get; set; }
|
|
} |