mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added View on Emby Button (#2173)
* Added Emby content url property * Fetch and set the Emby url property * Added View on Emby button to frontend and did UI work * removed debug logging
This commit is contained in:
parent
025797c1ba
commit
1c54eedc6f
21 changed files with 1026 additions and 8 deletions
|
@ -197,6 +197,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<int>("Type");
|
||||
|
||||
b.Property<string>("Url");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("EmbyContent");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue