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

{{ $title }}

Back to List
@if($success)

Successfully Removed AniDB ID

AniDB ID {{ $anidbid }} has been successfully removed from all releases.

What was removed?

  • All releases linked to AniDB ID {{ $anidbid }} have been unlinked
  • The anime data itself remains in the database and can be re-linked if needed
  • Releases can be re-processed to automatically re-link with correct anime data
@else

Operation Failed

Failed to remove AniDB ID from releases. This could be due to:

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

About This Operation

This operation removes the association between anime data from AniDB and releases in your database. It's useful when:

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

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

@endsection