Tycho Bokdam
Tycho Bokdam
Notice that after the client is destroyed the `_destroy` in `simple-peer` keeps getting called with peers that are not destroyed. Makes me think that WebTorrent keeps creating new peer connections...
I tried to do them but did not know what to do in some cases as the integration of simple-peer is in other libs.
I forced my app to use the `simple-peer` from GIT but it's still happening.
@rafaell-lycan Based on the fork you mentioned i created a fully working one with React [here](https://github.com/TriPSs/popcorn-time-desktop), it also has a react native version [here](https://github.com/pct-org/native-app/tree/v0.16.0). If you really want to build...
@rafaell-lycan The react native version became part of something new (PCT env running on local network), I do want to continue on that. Regarding the desktop app, I have no...
It's indeed the first point, since we already overwrite almost all of them I thought that would be the nicest place to add it.
Okay, but should it not also work with the `columnTypes`? As when I do define the column type to be a string it works as expected.
If you want bigger images just replace `w500` with one of the other formats: - original - w1280 - w780 - w342
@ChrisAlderson Thanks for the explanation! With The Movie DB you indeed have to make a call for each season to get the video stills of the episodes and the season...
@lpwm @danilockthar try adding: ``` @page { size: A4; margin: 15mm 15mm 15mm 15mm; } ```