aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs
AgeCommit message (Collapse)Author
2024-11-19Backport pull request #13059 from jellyfin/release-10.10.zShadowghost
Exclude file system based library playlists from migration Original-merge: 23de7e517e3b4acdefd92e731140d0fa358d3611 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-03-26Apply review suggestionsShadowghost
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2022-11-27Investigate some TODO commentsBond_009
2021-12-20Use our own Contains extensioncvium
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-10Set mediatype to Audio for playlists in a music librarycvium
2020-12-31Ignore inaccessible files during library scansGary Wilber
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-01Clean up and document PlaylistResolverMark Monteiro
2020-03-01Correctly resolve playlists that are stored using a directory pathMark Monteiro
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-11-03move additional classes to new server libLuke Pulverenti