Kore/app/src/main/java/org/xbmc/kore/service/library
Synced Synapse 87a18cfe51 Don't sync TV Shows that have no episodes
After a library clean operation on Kodi, if a TV Show that was previously present is absent it is still returned in a call to `VideoLibrary.GetTVShows` with 0 episodes. Kore shouldn't consider these TV Shows, as they have no episodes.
2019-06-20 19:32:34 +02:00
..
LibrarySyncService.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
SyncItem.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncMovies.java Implemented recursion fix for movies and tv shows (#283) 2016-09-26 18:31:22 +01:00
SyncMusic.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
SyncMusicVideos.java Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
SyncOrchestrator.java Fixed issue with recursing music items 2016-05-10 15:08:38 +02:00
SyncTVShows.java Don't sync TV Shows that have no episodes 2019-06-20 19:32:34 +02:00
SyncUtils.java Prevent the refresh animation from appearing in a sylent sync 2018-02-26 20:35:33 +01:00