We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nowplaypadgen uses uid:
nowplaypadgen/nowplaypadgen/show.py
Line 57 in 5e37ce0
while nowplaying uses uuid:
https://github.com/radiorabe/nowplaying/blob/6c4ce335c40a17e6d07d82538d8e862772a641c7/nowplaying/show/show.py#L27-L28
Since uuid is the more specific name, nowplaypadgen will use it as well.
This affects the Track class as well.
The text was updated successfully, but these errors were encountered:
hairmare
Successfully merging a pull request may close this issue.
nowplaypadgen uses uid:
nowplaypadgen/nowplaypadgen/show.py
Line 57 in 5e37ce0
while nowplaying uses uuid:
https://github.com/radiorabe/nowplaying/blob/6c4ce335c40a17e6d07d82538d8e862772a641c7/nowplaying/show/show.py#L27-L28
Since uuid is the more specific name, nowplaypadgen will use it as well.
This affects the Track class as well.
issues
The text was updated successfully, but these errors were encountered: