@extends('layouts.admin') @section('content')

{{ $title }}

Back to List
@if($success)

Successfully Removed Video IDs

Video ID {{ $videoid }} and its associated episode IDs have been successfully removed from all releases.

What was removed?

  • All releases linked to video ID {{ $videoid }} have been unlinked
  • All episode IDs associated with this video have been removed from releases
  • The TV show data itself remains in the database and can be re-linked if needed
@else

Operation Failed

Failed to remove video IDs from releases. This could be due to:

  • Invalid video ID provided
  • No releases linked to this video ID
  • Database error
@endif

About This Operation

This operation removes the association between TV show data and releases in your database. It's useful when:

  • Incorrect TV show data has been linked to releases
  • You want to force releases to be re-processed for TV show matching
  • You're cleaning up orphaned or incorrect associations

Note: This does not delete the TV show from the database, only unlinks it from releases.

@endsection