mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Add GPL modules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
public class NotificationServiceInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user