fix: fixed accidental rename in previous patch

This commit is contained in:
Kwoth
2024-11-17 19:17:04 +00:00
parent 80a41c1f38
commit cdd07d0559

View File

@@ -5,7 +5,7 @@ namespace NadekoBot.Modules.Searches.Common.StreamNotifications.Providers;
/// <summary> /// <summary>
/// Abstract class implemented by providers of all supported platforms /// Abstract class implemented by providers of all supported platforms
/// </summary> /// </summary>
public abstract class StreamProvider public abstract class Provider
{ {
/// <summary> /// <summary>
/// Type of the platform. /// Type of the platform.