Skip to content

Commit

Permalink
fix(webui): display collection after adding in series browsing screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jun 22, 2020
1 parent 54ffa07 commit 8ce5a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga-webui/src/views/BrowseSeries.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@

<collection-add-to-dialog v-model="dialogAddToCollection"
:series="series"
@added="loadSeries(seriesId)"
/>
</div>
</template>
Expand Down

0 comments on commit 8ce5a39

Please sign in to comment.