mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix #4236
This commit is contained in:
@@ -44,6 +44,7 @@ class TrimeMedia:
|
|||||||
self._playhost = play_api.host
|
self._playhost = play_api.host
|
||||||
elif play_host:
|
elif play_host:
|
||||||
logger.warning(f"请检查外网播放地址 {play_host}")
|
logger.warning(f"请检查外网播放地址 {play_host}")
|
||||||
|
self._playhost = UrlUtils.standardize_base_url(play_host).rstrip("/")
|
||||||
|
|
||||||
self.reconnect()
|
self.reconnect()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user