emby-toolbox/EmbyToolbox/Services/IProfileSettingsProvider.cs
Emby Toolbox 6264b487fe Initial commit: Emby Toolbox (conversion scroll fix, bulk Del for tracks).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 21:33:47 +05:00

7 lines
140 B
C#

namespace EmbyToolbox.Services;
public interface IProfileSettingsProvider
{
ConversionProfileSettingsEntry? GetProfile(string name);
}