Skip to content

Commit

Permalink
fix returning wrong stream
Browse files Browse the repository at this point in the history
  • Loading branch information
horsaen committed Mar 9, 2024
1 parent f360a5c commit b513f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/afreeca/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func StreamList(baseUrl string, masterUrl string) string {
}
}

return playlists[len(playlists)-1]
return playlists[0]

}

Expand Down

0 comments on commit b513f4b

Please sign in to comment.