Skip to content

Commit

Permalink
Update api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Oct 24, 2024
1 parent 17cf2fb commit 545819e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/api/qbittorrent-models.api
Original file line number Diff line number Diff line change
Expand Up @@ -533,24 +533,24 @@ public final class qbittorrent/models/Torrent$Companion {
}

public final class qbittorrent/models/Torrent$State : java/lang/Enum {
public static final field ALLOCATING Lqbittorrent/models/Torrent$State;
public static final field CHECKING_DL Lqbittorrent/models/Torrent$State;
public static final field CHECKING_RESUME_DATA Lqbittorrent/models/Torrent$State;
public static final field CHECKING_UP Lqbittorrent/models/Torrent$State;
public static final field Companion Lqbittorrent/models/Torrent$State$Companion;
public static final field DOWNLOADING Lqbittorrent/models/Torrent$State;
public static final field ERROR Lqbittorrent/models/Torrent$State;
public static final field FORCED_DL Lqbittorrent/models/Torrent$State;
public static final field FORCED_META_DL Lqbittorrent/models/Torrent$State;
public static final field FORCED_UP Lqbittorrent/models/Torrent$State;
public static final field META_DL Lqbittorrent/models/Torrent$State;
public static final field MISSING_FILES Lqbittorrent/models/Torrent$State;
public static final field MOVING Lqbittorrent/models/Torrent$State;
public static final field PAUSED_DL Lqbittorrent/models/Torrent$State;
public static final field PAUSED_UP Lqbittorrent/models/Torrent$State;
public static final field QUEUED_DL Lqbittorrent/models/Torrent$State;
public static final field QUEUED_UP Lqbittorrent/models/Torrent$State;
public static final field STALLED_DL Lqbittorrent/models/Torrent$State;
public static final field STALLED_UP Lqbittorrent/models/Torrent$State;
public static final field STOPPED_DL Lqbittorrent/models/Torrent$State;
public static final field STOPPED_UP Lqbittorrent/models/Torrent$State;
public static final field UNKNOWN Lqbittorrent/models/Torrent$State;
public static final field UPLOADING Lqbittorrent/models/Torrent$State;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
Expand Down

0 comments on commit 545819e

Please sign in to comment.