0x213F / jukebox-radio-django

Part Jukebox. Part Radio.
Other
1 stars 0 forks source link

Refactor BaseView.param to take 1 arg instead of 2 #56

Closed 0x213F closed 3 years ago

0x213F commented 3 years ago

What we have now

self.param(request, 'trackUuid')

What it should be simplified too

self.param('trackUuid')

0x213F commented 3 years ago

No