mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Add GPL modules
This commit is contained in:
9
MediaBrowser.Controller/Session/SessionEventArgs.cs
Normal file
9
MediaBrowser.Controller/Session/SessionEventArgs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Session
|
||||
{
|
||||
public class SessionEventArgs : EventArgs
|
||||
{
|
||||
public SessionInfo SessionInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user