JannikHv / gydl

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.
GNU General Public License v2.0
151 stars 22 forks source link

Fix variable undefined bug #9

Closed AsavarTzeth closed 7 years ago

AsavarTzeth commented 7 years ago

Pull request #04 introduced a bug, where the variable B_done was renamed to Btn but not in all places. A simple search and replace would have prevented this.

This fixes that by changing the name back to B_done which was more consistent with the rest of the code and at the same time fixes the aforementioned bug.

JannikHv commented 7 years ago

Thanks a bunch!