Add custom overlay image upload feature with style options
This commit is contained in:
@@ -53,5 +53,6 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
|
||||
public bool EnableCustomOverlay { get; set; } = false;
|
||||
public string CustomOverlayText { get; set; } = "";
|
||||
public string CustomOverlayImageUrl { get; set; } = "";
|
||||
public string CustomOverlayStyle { get; set; } = "Shadowed";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user