mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 14:07:40 +02:00
- removed superfluous parameter from SerializerBase.Save()
- added "Pooling=False" parameter to all Sqlite connection strings to prevent open file locks after closing the connection and to avoid extreme delays when using CloseAllPools()
- C# code refactoring "using var" instead of "using ( ) { }" where possible
This commit is contained in:
@@ -300,10 +300,8 @@ namespace ChanSort.Loader.Grundig
|
||||
|
||||
#region Save()
|
||||
|
||||
public override void Save(string tvOutputFile)
|
||||
public override void Save()
|
||||
{
|
||||
// "Save As..." is not supported by this loader
|
||||
|
||||
foreach (var list in this.DataRoot.ChannelLists)
|
||||
this.UpdateChannelList(list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user