Add custom overlay positioning and scaling options in configuration
This commit is contained in:
@@ -56,5 +56,9 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
|
||||
public string CustomOverlayStyle { get; set; } = "Shadowed";
|
||||
public string CustomOverlayImageStyle { get; set; } = "None";
|
||||
public string CustomOverlayPriority { get; set; } = "Image";
|
||||
|
||||
public int CustomOverlayPositionX { get; set; } = 0;
|
||||
public int CustomOverlayPositionY { get; set; } = 0;
|
||||
public int CustomOverlayScale { get; set; } = 100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user