mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
fix portable and 3.5 project references
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