mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
Implemented UI plugin downloading
This commit is contained in:
parent
4500f1d11b
commit
26aef6b082
@@ -23,5 +23,11 @@ namespace MediaBrowser.Model.DTO
|
||||
|
||||
[ProtoMember(5)]
|
||||
public string Version { get; set; }
|
||||
|
||||
[ProtoMember(6)]
|
||||
public string AssemblyFileName { get; set; }
|
||||
|
||||
[ProtoMember(7)]
|
||||
public string ConfigurationFileName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user