修正emby代理验证key为undefined的问题
This commit is contained in:
@@ -481,6 +481,7 @@ export class EmbyClient {
|
||||
}
|
||||
|
||||
async getStreamUrl(itemId: string, direct = true, forceDirectUrl = false): Promise<string> {
|
||||
await this.ensureAuthenticated();
|
||||
const token = this.apiKey || this.authToken;
|
||||
|
||||
// 如果启用了代理播放且不是强制获取直接URL,返回代理URL
|
||||
|
||||
Reference in New Issue
Block a user