mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
Add GPL modules
This commit is contained in:
11
MediaBrowser.Common/Updates/InstallationEventArgs.cs
Normal file
11
MediaBrowser.Common/Updates/InstallationEventArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MediaBrowser.Model.Updates;
|
||||
|
||||
namespace MediaBrowser.Common.Updates
|
||||
{
|
||||
public class InstallationEventArgs
|
||||
{
|
||||
public InstallationInfo InstallationInfo { get; set; }
|
||||
|
||||
public PackageVersionInfo PackageVersionInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user