Medusa
Medusa copied to clipboard
more of a question than an issue -- linking filenames
If I wanted to modify Medusa's episode list so that the file column is linked to the actual file, what file should I edit on my own machine to do that? I tried looking around in the code but its super confusing. Don't people use HTML anymore?
We use vue.js. you'd need to modify display-show.vue. but you also need to build the theme. Run yarn install and yarn dev. Or yarn dev --watch while developing