aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Playlists
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-12 21:41:08 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-12 21:41:08 +0100
commit846456b41e87c8ccced544298b80a27d0f199215 (patch)
tree8196146818ecee84bfd5ee99ed1c5aea0402d165 /Emby.Server.Implementations/Playlists
parente2751d42e8775596b7c4b929fd004d879f980947 (diff)
Reformatted the files with notes.
Diffstat (limited to 'Emby.Server.Implementations/Playlists')
-rw-r--r--Emby.Server.Implementations/Playlists/PlaylistManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Playlists/PlaylistManager.cs b/Emby.Server.Implementations/Playlists/PlaylistManager.cs
index a5fa24fc82..38fbac0309 100644
--- a/Emby.Server.Implementations/Playlists/PlaylistManager.cs
+++ b/Emby.Server.Implementations/Playlists/PlaylistManager.cs
@@ -459,7 +459,7 @@ namespace Emby.Server.Implementations.Playlists
{
if (string.IsNullOrEmpty(folderPath))
{
- throw new ArgumentException("Folder path was null or empty.",nameof(folderPath));
+ throw new ArgumentException("Folder path was null or empty.", nameof(folderPath));
}
if (string.IsNullOrEmpty(fileAbsolutePath))