Pārlūkot izejas kodu

:bug: storing episode title instead of the whole tree

tags/0.9.0
J 4 gadus atpakaļ
vecāks
revīzija
58300d357e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      vue-theme/src/store/modules/artist.js

+ 1
- 1
vue-theme/src/store/modules/artist.js Parādīt failu

@@ -68,7 +68,7 @@ const _arrangeByEpisode = artistsList => {
68 68
     })
69 69
     const flatPacked = []
70 70
     Object.keys(byEpisode).forEach(episode => {
71
-        flatPacked.push({ slug: byEpisode, title: byEpisode, inbetween: true })
71
+        flatPacked.push({ slug: episode, title: episode, inbetween: true })
72 72
         byEpisode[episode].forEach(artist => flatPacked.push(artist))
73 73
     })
74 74
     console.log('flatPacked :', flatPacked)

Notiek ielāde…
Atcelt
Saglabāt