mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Channel pages
This commit is contained in:
@@ -207,7 +207,7 @@ struct OpenURLHandler {
|
||||
|
||||
private func resourceForChannelUrl(_ parser: URLParser) -> Resource? {
|
||||
if let id = parser.channelID {
|
||||
return accounts.api.channel(id)
|
||||
return accounts.api.channel(id, contentType: .videos)
|
||||
}
|
||||
|
||||
if let resource = resourceForUsernameUrl(parser) {
|
||||
|
Reference in New Issue
Block a user