update live tv data transfer
This commit is contained in:
@@ -251,7 +251,7 @@ namespace Emby.Server.Implementations.Notifications
|
||||
_typeFactories = notificationTypeFactories.ToArray();
|
||||
}
|
||||
|
||||
public IEnumerable<NotificationTypeInfo> GetNotificationTypes()
|
||||
public List<NotificationTypeInfo> GetNotificationTypes()
|
||||
{
|
||||
var list = _typeFactories.Select(i =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user