File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed
SoundCloudDownloader.Core Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11using System ;
2- using SoundCloudExplode . Track ;
32using SoundCloudDownloader . Core . Utils ;
3+ using SoundCloudExplode . Track ;
44
55namespace SoundCloudDownloader . Core . Downloading ;
66
Original file line number Diff line number Diff line change 11using System ;
2+ using System . Collections . Generic ;
23using System . Linq ;
34using System . Threading ;
45using System . Threading . Tasks ;
5- using System . Collections . Generic ;
66using Gress ;
77using SoundCloudExplode ;
88using SoundCloudExplode . Track ;
Original file line number Diff line number Diff line change 22using System . Reflection ;
33using System . Windows ;
44using System . Windows . Media ;
5- using MaterialDesignThemes . Wpf ;
65using System . Windows . Threading ;
6+ using MaterialDesignThemes . Wpf ;
77using SoundCloudDownloader . Utils ;
88
99namespace SoundCloudDownloader ;
Original file line number Diff line number Diff line change 2121 <PackageReference Include =" SoundCloudExplode" Version =" 1.4.2" />
2222 <PackageReference Include =" Stylet" Version =" 1.3.6" />
2323 <PackageReference Include =" TagLibSharp" Version =" 2.3.0" />
24- <PackageReference Include =" Tyrrrz.Extensions" Version =" 1.6.5" />
2524 </ItemGroup >
2625
2726 <ItemGroup >
Original file line number Diff line number Diff line change 44using System . Threading . Tasks ;
55using Gress ;
66using Gress . Completable ;
7- using Stylet ;
8- using SoundCloudDownloader . Utils ;
9- using SoundCloudDownloader . Services ;
10- using SoundCloudDownloader . Core . Tagging ;
11- using SoundCloudDownloader . Core . Resolving ;
127using SoundCloudDownloader . Core . Downloading ;
8+ using SoundCloudDownloader . Core . Resolving ;
9+ using SoundCloudDownloader . Core . Tagging ;
10+ using SoundCloudDownloader . Services ;
11+ using SoundCloudDownloader . Utils ;
1312using SoundCloudDownloader . ViewModels . Dialogs ;
1413using SoundCloudDownloader . ViewModels . Framework ;
1514using SoundCloudExplode . Exceptions ;
15+ using Stylet ;
1616
1717namespace SoundCloudDownloader . ViewModels . Components ;
1818
Original file line number Diff line number Diff line change 11using System ;
22using System . Threading . Tasks ;
33using MaterialDesignThemes . Wpf ;
4- using Stylet ;
54using SoundCloudDownloader . Services ;
65using SoundCloudDownloader . ViewModels . Components ;
76using SoundCloudDownloader . ViewModels . Framework ;
7+ using Stylet ;
88
99namespace SoundCloudDownloader . ViewModels ;
1010
You can’t perform that action at this time.
0 commit comments