Fixed movie limit.

This commit is contained in:
DebaucheryLibrarian 2021-08-23 01:45:18 +02:00
parent dd18644796
commit 85c6b581cb
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default {
return {
movies: [],
totalCount: 0,
limit: 5,
limit: 30,
};
},
watch: {