chore: remove unused method.
This commit is contained in:
parent
cde8da8371
commit
34b70edfcf
1 changed files with 0 additions and 13 deletions
|
@ -69,19 +69,6 @@ namespace Jellyfin.Plugin.SmartPlaylist.ScheduledTasks {
|
|||
};
|
||||
}
|
||||
|
||||
private void GetUsers() {
|
||||
foreach (var user in _userManager.Users) {
|
||||
_logger.LogInformation("User {0}", user);
|
||||
var query = new InternalItemsQuery(user) {
|
||||
IncludeItemTypes = AvailableFilterItems,
|
||||
Recursive = true,
|
||||
};
|
||||
foreach (BaseItem item in _libraryManager.GetItemsResult(query).Items) {
|
||||
_logger.LogInformation("Item {0}", item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private PlaylistId CreateNewPlaylist(string name, UserId userId) {
|
||||
_logger.LogDebug("Creating playlist '{0}'", name);
|
||||
var req = new PlaylistCreationRequest {
|
||||
|
|
Loading…
Add table
Reference in a new issue