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

Update GenreMDB property access levels #108

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

MartinP7r
Copy link
Collaborator

Sorry if I'm wrong, but I think these props are not accessible without public declaration.

Comment on lines -12 to +17
public var imdb_id: String?
public var freebase_mid: String?
public var id: Int!
public var freebase_id: String?
public var tvdb_id: Int?
public var tvrage_id: Int?
public var imdb_id: String?
public var freebase_mid: String?
public var id: Int!
public var freebase_id: String?
public var tvdb_id: Int?
public var tvrage_id: Int?
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review memo

Unrelated formatting fix.

@MartinP7r MartinP7r requested review from djpearce and gkye January 7, 2024 06:24
@MartinP7r MartinP7r merged commit 9c141f5 into gkye:master Jan 7, 2024
1 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants