index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Library
/
Validators
/
CollectionPostScanTask.cs
Age
Commit message (
Expand
)
Author
2025-06-09
fix(collection): Do not lock newly created collections (#14259)
Dario Ackermann
2025-04-30
Cleanup Tasks and Validators
Shadowghost
2025-03-25
WIP fixed namespaces
JPVenson
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2022-12-05
Replace == null with is null
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-18
Replace library option to AutomaticallyAddToCollection
Petrus.Z
2021-11-18
Reduce one query
Petrus.Z
2021-11-18
Fix style issues
Petrus.Z
2021-11-18
Paginate movies query
Petrus.Z
2021-11-18
Fix issues mentioned in review, except for option name
Petrus.Z
2021-11-17
Add new line at end of file
Petrus.Z
2021-11-17
Use List<Gid> instead of List<Movie>
Petrus.Z
2021-11-17
Remove extra blank line
Petrus.Z
2021-11-17
Improve performance
Petrus.Z
2021-11-17
Add AutoCollection option
Petrus.Z
2021-11-16
Fix style and performance issues mentioned in review
Petrus.Z
2021-11-16
Fix issues mentioned in review
Petrus.Z
2021-11-16
Add Collection Validator, create collection based on nfo
Petrus.Z