Fixed movie limit.

This commit is contained in:
DebaucheryLibrarian
2021-08-23 01:45:18 +02:00
parent dd18644796
commit 85c6b581cb

View File

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