Enable publish

This commit is contained in:
jeffvli
2022-11-20 19:21:13 -08:00
parent c273dd9753
commit 693286a6a1
8 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const jfAuthenticate = async (options: {
{ pw: password, username },
{
headers: {
'X-Emby-Authorization': `MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="1.0.0-alpha1"`,
'X-Emby-Authorization': `MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="0.0.1-alpha1"`,
},
}
);
@@ -45,7 +45,7 @@ export const validateServerCredential = async (options: {
{ pw: password, username },
{
headers: {
'X-Emby-Authorization': `MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="1.0.0-alpha1"`,
'X-Emby-Authorization': `MediaBrowser Client="Feishin", Device="PC", DeviceId="Feishin", Version="0.0.1-alpha1"`,
},
}
);