Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/ab4dd6e58296a5952bb4ee8681860b6039bc8567/Jellyfin.Api/Controllers/GenresController.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

45 Commits (ab4dd6e58296a5952bb4ee8681860b6039bc8567)

Author SHA1 Message Date
Cody Robibero e7b8d45bbb
Use helper function to compare guid () 1 year ago
Cody Robibero 033cfa59c4 Convert CollectionType to use lowercase enum names 1 year ago
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum () 1 year ago
Cody Robibero c7a94d48ae
Convert ItemSortBy to enum () 1 year ago
Bond_009 ab24c0e2cf Enable nullable for more files 2 years ago
Cody Robibero a527034ebe
Validate requested user id () 2 years ago
cvium 209edd38a4 refactor: simplify authz 2 years ago
Shadowghost f5f890e685 Migrate to file-scoped namespaces 2 years ago
cvium 5dc30c6a6d fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible 3 years ago
Cody Robibero 69e91c33d8
Update Jellyfin.Api/Controllers/GenresController.cs 4 years ago
crobibero d27ca993a5 Add ability to sort on Genre, MusicGenre, Artist 4 years ago
crobibero 223b42aed3 Create BaseItemKind enum 4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible 4 years ago
Bond_009 f5973d57e8
Remove UTF8 bom from some files 4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. 4 years ago
crobibero dae4541bad Merge remote-tracking branch 'upstream/master' into dotnet-5 4 years ago
crobibero 01355e0498 Fix nullability errors in Jellyfin.Api (part 1) 4 years ago
crobibero 7fe8ca2b77 Merge remote-tracking branch 'upstream/master' into query-fields 4 years ago
crobibero 0dd2b169a3 Add ModelBinder to ItemFilter 4 years ago
crobibero 6748ba287d Merge remote-tracking branch 'upstream/master' into query-fields 4 years ago
crobibero b22831f7e5 Add ModelBinder to ImageType 4 years ago
cvium de52c8a497 Revert "Make /MusicGenres obsolete" 4 years ago
cvium 6e6ecbc988 Make /MusicGenres obsolete 4 years ago
cvium 6fdcd12053 Fix build and clean up MusicGenres 4 years ago
cvium 584b4fa41f Fix Persons, Genres and Studios endpoints 4 years ago
crobibero f8e6edbfeb Merge remote-tracking branch 'upstream/master' into query-fields 4 years ago
Bond-009 95918d161e
Merge pull request from crobibero/trigger-warning 4 years ago
crobibero 11d69fd3b1 Make MrLinter happy 4 years ago
crobibero 372f0eb38a Remove AddItemFields 4 years ago
crobibero b9406e5444 Merge remote-tracking branch 'upstream/master' into query-fields 4 years ago
crobibero 4f7c13ecf4 Merge remote-tracking branch 'upstream/master' into query-fields 4 years ago
crobibero 4558c192c7 Merge remote-tracking branch 'upstream/master' into query-image-type 4 years ago
crobibero f2a86d9c80 Remove CommaDelimitedArrayModelBinderProvider 4 years ago
crobibero 27e753ddb4 Convert image type string to enum. 4 years ago
crobibero 549f2284ad Convert filters string to enum. 4 years ago
crobibero 69360b749a Convert field string to enum. 4 years ago
crobibero 29fc882037 merge all attributes 5 years ago
crobibero b64108923a Add missing references 5 years ago
crobibero 59d47ec3f5 Make all FromRoute required 5 years ago
crobibero 5d34b07d1f Make query parameters nullable or set default value 5 years ago
David c2ae0b492c Add missing using 5 years ago
David 87f3326ffb Add authorization attribute 5 years ago
David 94ccb3ee98 Move GenresService to Jellyfin.Api 5 years ago