zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Rework of the Movie.Links slice #69

Closed CptPie closed 3 years ago

CptPie commented 4 years ago

As discussed in Discord the Links will now be saved as structs of the structure

type link struct {
Name string
Link string
isSource bool
}

This change will require some work on the addMovie Handler.

This change is wanted to support new UI design decisions.