aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/ApplicationPathHelper.cs
AgeCommit message (Collapse)Author
2018-12-13Move default folder for *nix platforms to $HOME/.jellyfinBond_009
Remove dependency on System.Configuration.ConfigurationManager
2018-12-11Changed the App.Config to longer break both nix (in debug mode) and windows ↵Phallacy
(in release mode) profiles. Changed the Path helper library to replace %ApplicationData% in Windows land with the Userdata\roaming folder, and with /var/lib in nix land
2017-08-16update componentsLuke Pulverenti