mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
8 lines
No EOL
182 B
C#
8 lines
No EOL
182 B
C#
namespace MediaBrowser.Model.Notifications
|
|
{
|
|
public class NotificationServiceInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public string Id { get; set; }
|
|
}
|
|
} |