Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Remove unused 1080p menu element
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Sep 15, 2019
1 parent cf5b216 commit ba8d0d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/YTVIdeoUrlFetcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ YTVideoUrlFetcher::parseResponse(QJsonDocument doc)
case 22:
response.insert("720p", details);
break;
case 37:
response.insert(("1080p"), details);
break;
}
}

Expand Down

0 comments on commit ba8d0d4

Please sign in to comment.