Skip to content
New issue

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

uid vs uuid in Show #15

Closed
Tracked by #8
hairmare opened this issue Jan 11, 2022 · 0 comments · Fixed by #16
Closed
Tracked by #8

uid vs uuid in Show #15

hairmare opened this issue Jan 11, 2022 · 0 comments · Fixed by #16
Assignees
Labels

Comments

@hairmare
Copy link
Member

hairmare commented Jan 11, 2022

nowplaypadgen uses uid:

self.uid = uid #: The show's global unique identifier (UUID)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant