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

change the type field value for anime #71

Closed ChrisAlderson closed 6 years ago

ChrisAlderson commented 7 years ago

Type for anime content needs to be changed from show to tvshow inside the database.

db.animes.update({type: 'show'}, {$set: {type: 'tvshow'}}, {multi: true})