Commit 7f721d79 authored by nanahira's avatar nanahira

fix

parent f20ab9bc
......@@ -164,7 +164,7 @@ export class PicsContainer {
async randomPic(picTags: string[] = [], sourceTags: string[] = []) {
const sources = this.pickAvailableSources(sourceTags);
return this.fetchPicsWithSources(sources, sourceTags);
return this.fetchPicsWithSources(sources, picTags);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment