mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
extract classes
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System;
|
||||
using MediaBrowser.Model.Session;
|
||||
using MediaBrowser.Model.Session;
|
||||
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
/// <summary>
|
||||
/// Class SessionUpdatesEventArgs
|
||||
/// </summary>
|
||||
public class SessionUpdatesEventArgs : EventArgs
|
||||
public class SessionUpdatesEventArgs
|
||||
{
|
||||
public SessionInfoDto[] Sessions { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user