code cleanup (#743)

* update tools

* run code cleanup

* update dependencies
This commit is contained in:
Jason Dove
2022-04-19 17:47:18 -05:00
committed by GitHub
parent e250e93a8e
commit c02b83d0d6
1223 changed files with 5487 additions and 5547 deletions
@@ -5,4 +5,4 @@ public class ChannelSessionAlreadyActive : BaseError
public ChannelSessionAlreadyActive() : base("Channel already has HLS session")
{
}
}
}
@@ -6,4 +6,4 @@ public class MediaSourceRecentlyScanned : BaseError
base($"Media source {folder} was already scanned recently; skipping scan.")
{
}
}
}
@@ -5,4 +5,4 @@ public class PlayoutItemDoesNotExistOnDisk : BaseError
public PlayoutItemDoesNotExistOnDisk(string path) : base($"Playout item does not exist on disk\n{path}")
{
}
}
}
@@ -5,4 +5,4 @@ public class UnableToLocatePlayoutItem : BaseError
public UnableToLocatePlayoutItem() : base("Unable to locate playout item")
{
}
}
}