Skip to content

Commit

Permalink
Merge pull request #529 from MrBrax/develop-ts
Browse files Browse the repository at this point in the history
rename old hls streamlink arguments
  • Loading branch information
MrBrax authored Jan 21, 2025
2 parents 6be4c52 + 7d9b51b commit 1cd7e8f
Show file tree
Hide file tree
Showing 11 changed files with 414 additions and 231 deletions.
2 changes: 1 addition & 1 deletion client-vue/src/components/forms/ChannelAddForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function getYouTubeChannelId() {
function fetchKickSlug() {
axios
.get<IApiResponse<KickUser>>(`/api/v0/kickapi/users/${formData.value.internalName}`)
.get<IApiResponse<KickUser>>(`/api/v0/kickapi/channels/${formData.value.internalName}`)
.then((response) => {
const json = response.data;
if (json.status == "OK") {
Expand Down
Loading

0 comments on commit 1cd7e8f

Please sign in to comment.