mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 19:32:04 +01:00
- fixed loading of reference lists, which didn't set the reference list specific channel numbers - added function to copy over the Pr# to the channel numbers in all favorite lists
12 lines
152 B
C#
12 lines
152 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace ChanSort.Loader.Samsung
|
|
{
|
|
class FavMode
|
|
{
|
|
}
|
|
}
|