Skip to content

Commit

Permalink
Fix force quality level not preserved on search
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Oct 23, 2023
1 parent 3d47035 commit 8ecfcbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/static/channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const onQualityChange = (elem) => {
const href = elem.getAttribute("href");
elem.setAttribute("href", href.split("?")[0] + url.search);
}
init();
};

if (url.searchParams.get("q")) {
Expand Down

0 comments on commit 8ecfcbd

Please sign in to comment.