Remove filtering-out audible plus titles during library import. ie: they are now included
This commit is contained in:
parent
5ec6994da7
commit
0306c958d1
@ -60,8 +60,8 @@ namespace InternalUtilities
|
|||||||
{
|
{
|
||||||
var items = await api.GetAllLibraryItemsAsync();
|
var items = await api.GetAllLibraryItemsAsync();
|
||||||
|
|
||||||
// remove episode parents and 'audible plus' check-outs
|
// remove episode parents
|
||||||
items.RemoveAll(i => i.IsEpisodes || i.IsNonLibraryAudiblePlus);
|
items.RemoveAll(i => i.IsEpisodes);
|
||||||
|
|
||||||
#region // episode handling. doesn't quite work
|
#region // episode handling. doesn't quite work
|
||||||
// // add individual/children episodes
|
// // add individual/children episodes
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
|
||||||
<Version>4.4.0.34</Version>
|
<Version>4.4.0.35</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user