lettier / movie-monad

:tv: A free and simple to use video player made with Haskell.
https://lettier.github.io/movie-monad
BSD 3-Clause "New" or "Revised" License
420 stars 24 forks source link

fix type error with playbinBus #15

Open brainwave0 opened 5 years ago

brainwave0 commented 5 years ago

On line 174 it expects a Bus, but playbinBus was actually a Maybe Bus, so I put a fromJust in the definition of playbinBus.