mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
Refactor poster URLs to use separate host for images
This commit is contained in:
+2
-2
@@ -60,8 +60,8 @@ app.add_middleware(middleware.UserDataMiddleware)
|
||||
TEMPLATES = Jinja2Templates(directory="resources")
|
||||
DELETE_ALL_META = schemas.Meta(
|
||||
**const.DELETE_ALL_WATCHLIST_META,
|
||||
poster=f"{settings.host_url}/static/images/delete_all_poster.jpg",
|
||||
background=f"{settings.host_url}/static/images/delete_all_background.png",
|
||||
poster=f"{settings.poster_host_url}/static/images/delete_all_poster.jpg",
|
||||
background=f"{settings.poster_host_url}/static/images/delete_all_background.png",
|
||||
)
|
||||
|
||||
DELETE_ALL_META_ITEM = {
|
||||
|
||||
Reference in New Issue
Block a user