mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Added INotifyPropertyChanged to SessionInfoDto
This commit is contained in:
@@ -3,6 +3,7 @@ using System;
|
||||
|
||||
namespace MediaBrowser.Model.Session
|
||||
{
|
||||
[ImplementPropertyChanged]
|
||||
public class SessionInfoDto
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user