Skip to content

Commit

Permalink
Merge pull request #583 from audioverse-org/continue-listening-fix
Browse files Browse the repository at this point in the history
AV-1356: Add hasIncompletePlaybackSession to Continue Listening query
  • Loading branch information
narthur authored Oct 24, 2024
2 parents 30acd42 + cd992e0 commit 3ff27f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-cm22-4g7w-348p", // Used by lighthouse CI, not at runtime
"GHSA-gp8f-8m3g-qvj9", // Deployments on Vercel are not affected
"GHSA-c2qf-rxjj-qqgw", // Not used at runtime
"GHSA-pxg6-pf52-xh8x|@lhci/cli>*", // Used by lighthouse CI, not at runtime
"GHSA-pxg6-pf52-xh8x|@lhci/utils>*", // Used by lighthouse CI, not at runtime
Expand Down
1 change: 1 addition & 0 deletions pa11y-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"runner": "axe",
"hideElements": "iframe[src*=\"doubleclick.net\"]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ query getSectionContinueListening(
language: $language
first: $first
after: $after
hasIncompletePlaybackSession: true
) {
nodes {
recording {
Expand Down

0 comments on commit 3ff27f7

Please sign in to comment.