Skip to content

Commit

Permalink
Update frontend/src/stores/media/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 17, 2024
1 parent ab2b44e commit e264994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/stores/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ export const useMediaStore = defineStore("media", {
}) {
const searchStore = useSearchStore()
const queryParams = searchStore.getApiRequestQuery(mediaType)
console.log("fetchSingleMediaType", mediaType, queryParams)
let page = this.results[mediaType].page + 1
if (shouldPersistMedia) {
queryParams.page = `${page}`
Expand Down

0 comments on commit e264994

Please sign in to comment.