mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
Updated plugins to store their assemblies directly in the plugins folder
This commit is contained in:
parent
9baf40becb
commit
31357d3298
@@ -13,18 +13,15 @@ namespace MediaBrowser.Model.DTO
|
||||
public string Name { get; set; }
|
||||
|
||||
[ProtoMember(2)]
|
||||
public string Path { get; set; }
|
||||
|
||||
[ProtoMember(3)]
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
[ProtoMember(4)]
|
||||
[ProtoMember(3)]
|
||||
public bool DownloadToUI { get; set; }
|
||||
|
||||
[ProtoMember(5)]
|
||||
[ProtoMember(4)]
|
||||
public DateTime ConfigurationDateLastModified { get; set; }
|
||||
|
||||
[ProtoMember(6)]
|
||||
[ProtoMember(5)]
|
||||
public Version Version { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user