mediaTypeFromJson static method

TautulliMediaType? mediaTypeFromJson(
  1. String? type
)

Converts a string to a TautulliMediaType object.

Implementation

static TautulliMediaType? mediaTypeFromJson(String? type) => TautulliMediaType.MOVIE.from(type);