Sfoglia il codice sorgente

调整 emby 刷新字幕的 url

Signed-off-by: allan716 <[email protected]>
allan716 3 anni fa
parent
commit
f2860cca5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",
 			"Recursive": "true",
 			"api_key":   em.embyConfig.APIKey,
 			"api_key":   em.embyConfig.APIKey,
 		}).
 		}).
-		Post(em.embyConfig.AddressUrl + "/Items/" + id + "/Refresh")
+		Post(em.embyConfig.AddressUrl + "/emby/Items/" + id + "/Refresh")
 	if err != nil {
 	if err != nil {
 		return err
 		return err
 	}
 	}