Remove unused variable

pull/4244/head
Chocobozzz 2021-07-02 14:42:42 +02:00
parent bbb3be686a
commit c4238d68fb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ export class SearchComponent implements OnInit, OnDestroy {
private subActivatedRoute: Subscription
private isInitialLoad = false // set to false to show the search filters on first arrival
private firstSearch = true
private channelsPerPage = 2
private playlistsPerPage = 2