popcorn-official / popcorn-api

Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Compatible API Anime/Movies/Show Scrapper
https://popcorntime.app
MIT License
622 stars 100 forks source link

Fixed per torrent quality property name inconsistency #50

Closed vzamanillo closed 7 years ago

vzamanillo commented 7 years ago

The common per quality torrent includes seedsand peersbut there are an inconsistency with movies, for movies are seedand peerthats we have to extend the torrent per quality object and override the getter for both properties.

ChrisAlderson commented 7 years ago

I will look into updating the database structure so this can be done once this PR goes into production.

ChrisAlderson commented 7 years ago

I'm closing this PR, because I would like to have all the structural changes you purposed in a separate branch. Hopefully I'll be able to make it later today, else I'll do it tomorrow.