ソースを参照

调整 emby 刷新字幕的 url

Signed-off-by: allan716 <[email protected]>
allan716 3 年 前
コミット
f2860cca5b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pkg/emby_api/emby_api.go

+ 1 - 1
pkg/emby_api/emby_api.go

@@ -302,7 +302,7 @@ func (em *EmbyApi) UpdateVideoSubList(id string) error {
 			"Recursive": "true",
 			"api_key":   em.embyConfig.APIKey,
 		}).
-		Post(em.embyConfig.AddressUrl + "/Items/" + id + "/Refresh")
+		Post(em.embyConfig.AddressUrl + "/emby/Items/" + id + "/Refresh")
 	if err != nil {
 		return err
 	}